`Shopify Cart value condition working only when we add new product but not working when quantity change
Actually I am hiding the Checkout button form the cart page when the cart value below 499 and when the when the cart value above the 499 checkout button show – it works but not work with quantity decrease or increase.
{% if cart.total_price > 499 %}
{{ ‘cart.general.proceed_checkout’ | t }}
{{ ‘cart.general.proceed_checkout’ | t }}
{% if settings.use_additional_checkout_buttons and additional_checkout_buttons %}
{{ content_for_additional_checkout_buttons }}
{% endif %}
{% else %}
You need to spend more before you can proceed to checkout.
{% endif %}
link:https://aiplshopee.com/cart’