All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
We are using a Shopify App which limits the quantity of a particular product. If user tried to increase or decrease the qty of specific product then we are resetting the qyt using Shopify AJAX API's and after refresh it shows updated qty in Networks tab -> cart.js. However, when we move to checkout then the product qty at checkout don't match to the product qty in cart.js.
Note - This gets resolved if we refresh the page after resetting the qty but we don't want to refresh/reload the page and the product qty in cart.js should match the product qty at checkout