I have this code here where I’m creating a free delivery progress bar in the cart drawer but I’m finding it doesn’t update on add to cart only when the cart draw quantities are updated. Why is this?
{% if settings.cart_delivery_progress %}
I have this code here where I’m creating a free delivery progress bar in the cart drawer but I’m finding it doesn’t update on add to cart only when the cart draw quantities are updated. Why is this?
{% if settings.cart_delivery_progress %}
Update the progress bar again when there is a change in the cart drawer items quantity.
// Update the progress bar when there is change in quantity ( add new function to detect it )
updateProgressBar();
Iv found that when I update the quantities it works fine its only when I add to cart
then do same for atc button