Shop

The following placeholders refer to the shop to which a product is assigned. Check the Shops section for more details about the shops feature.

{{ BuyButtonText }}

If an individual buy button text has been stored for the shop, this placeholder contains it.

<a href="{{ AffiliateURL }}">{{ BuyButtonText }}</a>

{{ DisclaimerText }}

If an individual disclaimer text has been stored for the shop, this placeholder contains it.

<p>{{ DisclaimerText }}</p>

{{ IsAmazonProduct }}

Contains the boolean value true if the product was created via Amazon PA API.

{{ IsCustomProduct }}

Contains the boolean value true if the product was created manually (not via Amazon PA API).