URLs¶
On this page all placeholders containing URLs are summarized.
{{ AffiliateURL }}¶
This is the affiliate URL of the product. Either it was stored in the corresponding field of the product manually or obtained automatically via an API, e.g. the Amazon Product Advertisment API.
<a href="{{ AffiliateURL }}">{{ Title }}</a>
{{ AmazonHomepage }}¶
The Amazon shop homepage, like “http://www.amazon.com/” or “http://www.amazon.de/”. Depends on the country code of the product.
{{ AmazonURL }}¶
This is an alias for {{ AffiliateURL }}.
{{ BuyPageURL }}¶
URL to the buy page of a product
<a href="{{ BuyPageUrl }}">{{ Title }}</a>
{{ DetailPageURL }}¶
This is an alias for {{ AffiliateURL }}.
{{ ImageTargetURL }}¶
The URL set in the template options to which product images should link to.
<a href="{{ ImageURL }}"><img src="{{ MainImageURL }}"></a>
{{ TitleTargetURL }}¶
The URL set in the template options to which the product title should link to.
<a href="{{ TitleTargetURL }}">{{ Title }}</a>