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 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.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us