Display Host Name in Shopping-With Toolbar
Last updated
Last updated
You can use the template tag {{host}} to display the host name in the shopping-with toolbar.
To set it up, go to the Look and Feel > Toolbars > Shopping-with Toolbar > Click on Customize. Here, paste the following in the content field:
You are shopping with the {{affiliate_name}} {{#host}} and the event host {{name}}{{/host}}
The {{#host}} block is conditional. The text inside it is displayed only for party events.
Example: If the affiliate's name is John and the host's name is Dan.
When opened as a regular link, it will display: You are shopping with John
When opened as a party link, it will display: You are shopping with John and the event host Dan
You are shopping with {^host}}{{affiliate_name}}{{/host}}{{#host}}{{name}}{{/host}}
With the regular link, it displays: You are shopping with John
With the party link, it displays: You are shopping with Dan