How to Customize Currency Formatting for Your Bundles
Published on June 25, 2025 by Skomantas
Turbo Bundles is designed to integrate seamlessly with your Shopify store, which includes inheriting your store's currency formatting settings. This ensures a consistent look and feel for your customers between your product pages and our bundle offers.
If you need to change how prices are displayed—for example, to move the currency symbol, add or remove decimal places, or change the decimal separator—you can do so directly in your Shopify admin settings.
Here’s how to adjust your currency formatting:
- From your Shopify Admin, go to Settings → Store details.
Store details - In the Store display section, click the Change formatting link.
Currency display setting - You will see four formatting options. Turbo Bundles uses the HTML with currency and HTML without currency fields to display prices.
Currency formatting
- HTML with currency: Used for prices that should display the currency symbol (e.g., $10.00).
- HTML without currency: Used where only the numerical value is needed.
- Modify these fields according to your needs. For example, to remove decimals, you can change {{ amount }} to {{ amount_no_decimals }}.
- Click Save. The changes will automatically be reflected in the Turbo Bundles widget on your storefront.
For more detailed information on all the available formatting options, please refer to Shopify's official currency formatting documentation.