Articles on: Advanced Setup

Cart refresh

Downpay refreshes cart subtotals for a short period of time after page load. This accounts for other apps modifying prices and products on the cart page.

Add the following code in the <head> section of theme.liquid or equivalent if you'd like to remove this functionality

{% if localization.market.handle == 'fr' %}
    <script>
        window.downpay = window.downpay || {};
        window.downpay.cartRefreshOn = false;
    </script>
{%  endif  %}

Updated on: 03/06/2024

Was this article helpful?

Share your feedback

Cancel

Thank you!