I am hoping someone might be able to help with this issue. Using the Mr. Parker Shopify Theme.
We have added the quantity selector and Add To Cart sections on the Collection pages, but I am having trouble getting the quantity selector to carry over the quantity amount to the cart page.
I copied the quantity selector section over from the product page, but seems I am missing something.
Here is the code that is currently on the Collection page for the form section:
I donât quite understand. You want a quantity selector on the cart page? Or you just want the quantity of the line items displayed with their item on the cart page. Iâm not familiar with the theme, but I assume that would be default behavior. Can you post a link to your store and a screenshot of what youâd like?
Thanks for jumping in. Basically, we have added the Quantity and Add To Cart form on the Collections page. This will be a Wholesale website and many of our vendors do not need to read about the product as they are very familiar with them already.
The issue is, when you add a quantity to the box, like 5 or 6, that amount does not carry over to the Cart page. The Cart page only shows â1â.
So, yes, we just want the quantity of the line items displayed with their item on the cart page. I have included a screenshot.
So wherever you added that HTML, go to the input element that is your quantity. Itâs name is set to âupdatesâ, that is incorrect. Just change the name to be âquantityâ:
Get rid of the â[{{ item.id }}]â portion in the name and you should be good. I just changed it to quantity and added 8 of one of your products to the cart and it carried over.