Variations
Products with variations are for example clothes with different sizes. On the product page the customer has to select a property first, e.g. the size, before the price of the selected variation will be displayed.
A product with variations has a price range instead of a single price.
Variations screenshot
This is a screenshot of an example product with variations.

VariationsOffer
If the product is a parent product that has variations, like clothes with different sizes, this placeholder contains the price range from lowest to highest offer.
Example: Referring to the Placeholders Price Variations Screenshot:
$19.99 - $55.00INFO
In case a product has variations, {{ OffersMainPriceFormattedPrice }} contains the same value as {{ VariationsOffer }}
VariationsHighestAmount
If the product is a parent product that has variations, like clothes with different sizes, this placeholder contains the price without currency of the variation with the highest price.
Example: Referring to the Placeholders Price Variations Screenshot:
55.00VariationsHighestInteger
The price without currency of the variation with the highest price as an integer (without decimal mark) including the decimal places. Best used for calculations.
Example: Referring to the Placeholders Price Variations Screenshot:
5500VariationsHighestCurrencyCode
If the product is a parent product that has variations, like clothes with different sizes, this placeholder contains the currency code of the variation with the highest price.
Example: Referring to the Placeholders Price Variations Screenshot:
USDVariationsHighestFormattedPrice
If the product is a parent product that has variations, like clothes with different sizes, this placeholder contains the formatted price of the variation with the highest price.
Example: Referring to the Placeholders Price Variations Screenshot:
$55.00VariationsLowestAmount
If the product is a parent product that has variations, like clothes with different sizes, this placeholder contains the price without currency of the variation with the lowest price.
Example: Referring to the Placeholders Price Variations Screenshot:
19.99VariationsLowestInteger
The price without currency of the variation with the lowest price as an integer (without decimal mark) including the decimal places. Best used for calculations.
Example: Referring to the Placeholders Price Variations Screenshot:
1999VariationsLowestCurrencyCode
If the product is a parent product that has variations, like clothes with different sizes, this placeholder contains the currency code of the variation with the lowest price.
Example: Referring to the Placeholders Price Variations Screenshot:
USDVariationsLowestFormattedPrice
If the product is a parent product that has variations, like clothes with different sizes, this placeholder contains the formatted price of the variation with the lowest price.
Example: Referring to the Placeholders Price Variations Screenshot:
$19.99
