shop.url - Displays the home URL#
Description#
Use {{ shop.url }}
placeholder to display the home URL of your site.
Usage#
Place {{ shop.url }}
in any field that supports placeholders. For example, an email message.
When creating the link, make sure that the placeholder is placed in the href attribute of the link: <a target="_blank" href="{{ shop.url }}">Visit our homepage</a>
You can also concatenate this placeholder with any custom link, you want to place in your message, i.e. <a href="{{ shop.url }}/thanks-for-buying>Get here to view more products for you</a>
Parameters#
This placeholder does not have any parameters.
Fallback#
This placeholder does not have any fallback. If it is used in an event that does not provide product data, it will display no content.