Decimal quantity ?
-
Hi,
Please, has anyone customised the quantity to float ? I couldn't find any reference and will be customising it - would be grateful if anyone has done it or some guidance would be nice in the sense that besides changing field type, model and blades ... Thanks!
-
Hi @nessuno,
Please check this file
packages/Webkul/Velocity/src/Resources/views/shop/UI/particals.blade.php
, in this file you will foundquantity-changer
component, you need to adjust your settings here.For backend check this file
packages/Webkul/Checkout/src/Cart.php
, in this file there is a methodupdateItems()
.These two files will help you.
-
@devansh-webkul Thank You ! This really helped !