...
For use in custom pages only (not emails).
Code Block | ||
---|---|---|
| ||
"LABEL":/products/tag/TAG |
Or:
Code Block |
---|
"LABEL":/products/search_results?search%5Btags_name_in%5D=TAG |
HTML markup
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> |