# Display Host Name in Shopping-With Toolbar

### To display the host's name in the Shopping-with Toolbar:

You can use the template tag {{host}} to display the host name in the shopping-with toolbar.&#x20;

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}}

{% hint style="info" %}
The {{#host}} block is conditional. The text inside it is displayed only for party events.
{% endhint %}

<figure><img src="https://1200686697-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LdPzLtyP46oY7cyXnkw%2Fuploads%2FqYG4OsTTOwQiId7B4Sy6%2FScreenshot%202024-07-09%20163150.png?alt=media&#x26;token=26d239d4-6731-4acf-8bdb-2ba142ff5c5c" alt=""><figcaption><p>Display the affiliate and host name</p></figcaption></figure>

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**

<figure><img src="https://1200686697-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LdPzLtyP46oY7cyXnkw%2Fuploads%2FojZsc6YxSJxUh8FXveDk%2Fimage.png?alt=media&#x26;token=392e81e5-fc7d-4b2a-9b50-a7df1a4fb37c" alt=""><figcaption><p>You are shopping with Affiliate name and Host name</p></figcaption></figure>

#### 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}}

<figure><img src="https://1200686697-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LdPzLtyP46oY7cyXnkw%2Fuploads%2Ftj6HgkEW379H7tM2eYfo%2FScreenshot%202024-07-09%20163150.png?alt=media&#x26;token=f2456d9c-943c-4d40-b2ca-718c41db2e7d" alt=""><figcaption><p>Display the affiliate name or host name</p></figcaption></figure>

With the regular link, it displays:\
**You are shopping with John**

With the party link, it displays:\
**You are shopping with Dan**

<figure><img src="https://1200686697-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LdPzLtyP46oY7cyXnkw%2Fuploads%2FBXdpIGQI2B1vzBIqCkdH%2Fimage.png?alt=media&#x26;token=dbd88561-2162-45d8-81c3-8ab0cbfc10c9" alt=""><figcaption><p>You are shopping with Host name</p></figcaption></figure>
