All Collections
Currency Bear
Theme related known issues
DEBUT > Cart page total shows html when updating the cart
DEBUT > Cart page total shows html when updating the cart
Mollie Herbert avatar
Written by Mollie Herbert
Updated this week

In some cases merchants with a specific 'Debut' theme version will view a broken price formatting in their cart page total sum after enabling the app.

It might look similar to this:


​

Want to revert back to your old state and remove the app?

Want to keep the app and fix this issue?

1. Open your theme code editor:

2. Open theme.js file and look for "cartSubtotal":


​

3. Change 'innerText' / 'textContent' with innerHTML:

(*) You might have 'textContent' or any other phrase as in the screenshot below.

It does not matter. Switch it to innerHTML at any case.


​

Expected result:

Hit save.

4. Do the same for the discounts!

Search for the discount section and apply the same logic.

Now, view your cart page and update the cart.

The issue should be resolved.

Quick note:

In most cases this issue can be resolved by updating Debut to the latest version. Follow the instructions in this article to update your theme.

Important Note: when updating your theme it would remove any code that is not theme related (apps, custom code, etc)

Did this answer your question?