Hi,
My website cart does not show the total product quantity that customer wanted to buy, and cannot change the quantity on the cart.
Does anyone know how to fix this problem?
Thank you very much!
URL here:
Hi,
My website cart does not show the total product quantity that customer wanted to buy, and cannot change the quantity on the cart.
Does anyone know how to fix this problem?
Thank you very much!
URL here:
Hi @TimeSystems ,
We’ve identified that your cart page code includes the quantity-related elements. It appears that due to custom development, the developer has hidden the quantity field. Upon reviewing the code, we’ve determined the necessary fixes to display the quantity box again.
Please refer the below screenshot.
If you don’t have any specific criteria to hide quantity.
Go to edit theme search for theme.css and paste below line at very end of the file.
quantity-selector{display:block}
quantity-selector .quantity-selector__wrapper{display:flex !important;}
please refer below screenshot for reference
hope this will help…