Display Host Name in Shopping-With Toolbar
For Party Plan Usage
Paul
Last Update 6 days ago
To display the host name in the Shopping with toolbar: Go to the Look and Feel > Toolbars section.

Here, go to the Shopping-with Toolbar section > Click on Customize. Paste the following in the content field:
You are shopping with the {{affiliate_name}} {{#host}} and the event host {{name}}{{/host}}
Note: 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

If you want to display either the name of the affiliate or the name of the host, you can set it to:
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

