Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For use in custom pages only (not emails).

Code Block
languagehtml
"LABEL":/products/tag/TAG

Or:

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

For use in custom pages and emails.

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

Or:

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