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.

Price 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 Variations screenshot:

$19.99 - $55.00

Note

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 Variations screenshot:

55.00

{{ VariationsHighestInteger }}

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 Variations screenshot:

5500

{{ VariationsHighestCurrencyCode }}

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 Variations screenshot:

USD

{{ VariationsHighestFormattedPrice }}

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 Variations screenshot:

$55.00

{{ VariationsLowestAmount }}

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 Variations screenshot:

19.99

{{ VariationsLowestInteger }}

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 Variations screenshot:

1999

{{ VariationsLowestCurrencyCode }}

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 Variations screenshot:

USD

{{ VariationsLowestFormattedPrice }}

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 Variations screenshot:

$19.99