Prices are showing <span class="money">

How to remove the money formatting so it does not show strange pricing in the invoices

Bjorn Forsberg avatar
Written by Bjorn Forsberg
Updated over a week ago

This issue is caused by some old code in your Shopify settings, and is very easily fixed. To fix the pricing display issue, please do the following:

1- Go to this page in your Shopify Admin: https://shopify.com/admin/settings/general
โ€‹
2- Scroll down to the "Store currency" section

3- Click the "Change formatting" blue link.

4- Find the "Email with currency" and "Email without currency" fields (see image):

5- Change the "Email with currency" field from:

<span class="money">${{ amount }} USD</span>


To:

${{ amount }} USD


6- Change the The "Email without currency" field from:

<span class="money">${{ amount }}</span>


To:

${{ amount }}


7- Once done, save the changes.


Note

It can take 15-30 minutes before the Order Printer app will see the changes made to the settings above.

Did this answer your question?