Show and customize discounted price for preorders on product pages
STOQ now supports showing discounted price of a preorder product on the product page by striking the original price. This works with all currencies, markets, and discount types. You can also customize the format of discounted price.

Go to Preorders > Edit > Add a discount amount or percentage

Enable the newly shown checkbox - "Show discounted price".

Now, the app will automatically show a discounted price and strikethrough on original price.
Save your changes to show discounted price for all preorders on all product associated with the offer.
Discounted price is not yet supported on Quick Buy or Featured Product pages.
To change the format, go to Preorders > Settings > Currency Format
The default format is {{amount}} {{currency}}. For example, it shows up as 50 USD.
To change this, edit the field and use a combination for the following. These are the same currency formatting options provided by Shopify.
Below are some examples of how you can use the formatting to get the desired format.
`{{amount}} {{ currency }}`displays as 50.12 USD
`{{currency_symbol}}{{amount__with_comma_separator}}`displays as £50,12
If you need any support regarding setting up further, feel free to reach out to our support.

How to setup discounted price
Go to Preorders > Edit > Add a discount amount or percentage

Enable the newly shown checkbox - "Show discounted price".

Now, the app will automatically show a discounted price and strikethrough on original price.
Save your changes to show discounted price for all preorders on all product associated with the offer.
Discounted price is not yet supported on Quick Buy or Featured Product pages.
How to format discounted price
To change the format, go to Preorders > Settings > Currency Format
The default format is {{amount}} {{currency}}. For example, it shows up as 50 USD.
To change this, edit the field and use a combination for the following. These are the same currency formatting options provided by Shopify.
Money Format | Rounded | Example |
---|---|---|
{{currency}} | USD | |
{{currency_symbol}} | $ | |
{{ amount }} | 1,134.65 | |
{{ amount_no_decimals }} | Yes | 1,135 |
{{ amount_with_comma_separator }} | 1.134,65 | |
{{ amount_no_decimals_with_comma_separator }} | Yes | 1.135 |
{{ amount_with_apostrophe_separator }} | 1'134.65 | |
{{ amount_no_decimals_with_space_separator }} | Yes | 1 135 |
{{ amount_with_space_separator }} | 1 134,65 | |
{{ amount_with_period_and_space_separator }} | 1 134.65 |
Below are some examples of how you can use the formatting to get the desired format.
`{{amount}} {{ currency }}`displays as 50.12 USD
`{{currency_symbol}}{{amount__with_comma_separator}}`displays as £50,12
If you need any support regarding setting up further, feel free to reach out to our support.
Updated on: 21/03/2025
Thank you!