How to Change the Currency Format Displayed in the Releasit COD Form
The Releasit Cash on Delivery (COD) form automatically uses the currency format defined in your Shopify store settings. If you want to adjust how currency values appear—such as showing or hiding decimal points or switching between dot/comma separators—you can customize this directly in Shopify.
This tutorial will guide you step-by-step on how to change the currency formatting settings that the Releasit form will use.
Open Shopify Settings
In your Shopify admin, click on Settings in the lower-left corner of your dashboard.

Go to General page
From the Settings page, click on Store details.

Access Currency Formatting Options
Scroll to the the Store defaults section. Then click on Change currency formatting.

Update the HTML Without Currency Field
The Releasit form uses the format from the HTML without currency field, so this is the one you should edit.

You can choose from the following format shortcodes, depending on how you want the prices to appear:
Update the field based on your preferred style and click Save.
The change will apply to the entire store, not only to the COD form.
The currency symbol (e.g., $, €, etc.) is handled separately under the HTML with currency field, but is not used by the Releasit form.
If you have questions or run into any issues, feel free to reach out to us directly through the app.
This tutorial will guide you step-by-step on how to change the currency formatting settings that the Releasit form will use.
Step-by-Step Instructions
Open Shopify Settings
In your Shopify admin, click on Settings in the lower-left corner of your dashboard.

Go to General page
From the Settings page, click on Store details.

Access Currency Formatting Options
Scroll to the the Store defaults section. Then click on Change currency formatting.

Update the HTML Without Currency Field
The Releasit form uses the format from the HTML without currency field, so this is the one you should edit.

You can choose from the following format shortcodes, depending on how you want the prices to appear:
Format Type | Shortcode | Example |
---|---|---|
Amount with decimals and dot separator | {{amount}} | 1,999.99 |
Amount without decimals and dot separator | {{amount_no_decimals}} | 2.000 |
Amount with decimals and comma separator | {{amount_with_comma_separator}} | 1.999,99 |
Amount without decimals and comma separator | {{amount_no_decimals_with_comma_separator}} | 2,000 |
Update the field based on your preferred style and click Save.
Important Notes
The change will apply to the entire store, not only to the COD form.
The currency symbol (e.g., $, €, etc.) is handled separately under the HTML with currency field, but is not used by the Releasit form.
If you have questions or run into any issues, feel free to reach out to us directly through the app.
Updated on: 01/04/2025
Thank you!