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).
Logo
For more details about the shop logo, read section Shops Logo.
ShopLogoTinyURL
Contains the URL of the tiny shop logo.
<img src="{{ ShopLogoTinyURL }}" width="{{ ShopLogoTinyWidth }}" height="{{ ShopLogoTinyHeight }}">ShopLogoTinyWidth
Contains the width of the tiny shop logo. Around 50 pixels. An integer representing the pixels.
ShopLogoTinyHeight
Contains the height of the tiny shop logo. Around 50 pixels. An integer representing the pixels).
ShopLogoSmallURL
Contains the URL of the small shop logo.
<img src="{{ ShopLogoSmallURL }}" width="{{ ShopLogoSmallWidth }}" height="{{ ShopLogoSmallHeight }}">ShopLogoSmallWidth
Contains the width of the small shop logo. Around 75 pixels. An integer representing the pixels.
ShopLogoSmallHeight
Contains the height of the small shop logo. Around 75 pixels. An integer representing the pixels.
ShopLogoMediumURL
Contains the URL of the medium shop logo.
<img src="{{ ShopLogoMediumURL }}" width="{{ ShopLogoMediumWidth }}" height="{{ ShopLogoMediumHeight }}">ShopLogoMediumWidth
Contains the width of the medium shop logo. Around 100 pixels. An integer representing the pixels.
ShopLogoMediumHeight
Contains the height of the medium shop logo. Around 100 pixels. An integer representing the pixels.
ShopLogoLargeURL
Contains the URL of the large shop logo.
<img src="{{ ShopLogoLargeURL }}" width="{{ ShopLogoLargeWidth }}" height="{{ ShopLogoLargeHeight }}">ShopLogoLargeWidth
Contains the width of the large shop logo. Around 200 pixels. An integer representing the pixels).
ShopLogoLargeHeight
Contains the height of the large shop logo. Around 200 pixels. An integer representing the pixels).

