I have custom quantity selectors in place for various products (new liquid template added for each product). See below:
{% assign quantityOptions = ‘1,2,3,4,5,6,7,8,9,10’ | split:‘,’ %}
Quantity:
These work great but when an amount is selected on the product page using the selector it doesn’t reflect the same amount shown in the cart when you go to ‘View Cart’. It only shows ‘1’. Does anyone know why these don’t sync?
Cheers