product.link - Displays the product link#
This placeholder is part of ShopMagic free, however, at this time it is used only by a premium add-on included in ShopMagic PRO: Review Requests.
Description#
Use {{ product.link }}
placeholder to display the link of the reviewed WooCommerce product. It can be used when the customer adds a product review.
Usage#
Place {{ product.link }}
in any field that supports placeholders. For example, the email subject or message.
When creating the link, make sure that the placeholder is placed in the href attribute of the link: <a target="_blank" href="{{ product.link }}">View this product page</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.