Adding/removing decimal prices

Provides instructions on how to add and remove decimals from prices.

Blanca Gongora avatar
Written by Blanca Gongora
Updated over a week ago

By default, all our apps' templates will display the price format depending on the existing currency formatting configured in your store.

Not seeing decimals on your prices? 

If you do not see decimals, this is most likely due to how your "currency formatting" is set up in your Shopify admin. Here's how to check and how to customize it:

1- Go to this page in your Shopify admin: https://shopify.com/admin/settings/general

2- Scroll down to "Store currency"  and click the blue "Change formatting" link.

3- Check if the "Email with currency" and "Email without currency" fields are setup not to use decimals. They will say {{amount_no_decimals}}  , for example. If so, change that to {{amount}}  instead.

4- Click "Save".

Do you want to remove decimals?

If you wish to round up the prices; removing the decimals, here's how to get it setup:

1- Go to this page in your Shopify admin: https://shopify.com/admin/settings/general

2- Scroll down to "Store currency" and click the blue "Change formatting" link.

3- Change the "Email with currency" and "Email without currency" fields from:

{{ amount }}

to:

{{ amount_no_decimals }}

4- Click "Save".

Note: Once the currency formatting is updated on your Shopify admin, the app will pull out that information automatically after a few hours or immediately after refreshing the store details. Once done, it will show the prices you need for any order generated, old or new.


Did this answer your question?