I currently have a quantity setup on my products, however the Debut theme doesn’t have any css for the increase/decrease value buttons and so it uses the default for your device. How can I make my quantity field look like this
Go to section->product-template.liquid ->find {% if section.settings.show_quantity_selector %} and comment code that in between condition (only product-form__item–quantity this div ). and paste bellow:
That worked, thank you so much! Just a few quick questions, the buttons get pushed off to a new line because we have a box to select sizes that is quite large. Do you happen to know where I can find the scss for the box to change the size? Also as you can see the text is different, how can we go about making the text for quantity to be the same font as Size? And one last thing, when I add to cart it adds the correct number of items however the cart notification only says I added 1?
If you are using Debut, I was able to solve the issue of the incorrect number being displayed in the cart notification by editing the cart-popup.liquid
It has been awhile since I have done it and I don’t remember what it initially was and what I changed but this is what I currently have if it helps. It is the default debut popup but with quantity fixed.
The code is not working, it still shows wrong quantity in the popup box. The Quantity inside the View Cart button is correct but not in the one next to the Title. Please help.
have you added js code in asset->theme.js file and still not working then its issue of your theme, so may be i have to check in code. so send your store url
Hi, I am using the Debut Theme. The new css that you mentioned is for the original template. Here is the sample of the border that I would like to add for the qty box. Can you tell me how and which line under theme.scss should I insert the new css? Thanks.