Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

After tagging products, you'll often want to compose a link to said products. Such a link can be included in a custom page or an email sent to potential customers.

In the following formulas, LABEL, TAG and DOMAIN must be replaced with the appropriate values.

For use in custom pages only (not emails).

"LABEL":/products/tag/TAG

Or:

"LABEL":/products/search_results?search%5Btags_name_in%5D=TAG

For use in custom pages and emails.

<a href="http://DOMAIN/products/tag/TAG">LABEL</a>

Or:

<a href="http://DOMAIN/products/search_results?search%5Btags_name_in%5D=TAG">LABEL</a>
  • No labels