> For the complete documentation index, see [llms.txt](https://docs.goaffpro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goaffpro.com/affiliate-portal-customization/toolbars/setup-shopping-with-toolbar/customize-shopping-with-toolbar.md).

# Customize Shopping-with Toolbar

**GoAffPro** provides you with the option to customize the Shopping-with toolbar.&#x20;

To customize the shopping-with toolbar, go to the **Toolbars** section in the **Look and Feel** tab of the GoAffPro admin panel.

<figure><img src="/files/8I8dGvsaIqT8mL83R2XN" alt=""><figcaption><p>Look and Feel > Toolbars</p></figcaption></figure>

Here, click on **Customize** in the Shopping-with Toolbar section.

![Click on Customize](/files/-M0KKyYM1Y9J5ZeoDvqd)

This will open up the Customize Shopping-with Toolbar window.&#x20;

![Customize Shopping-with Toolbar](/files/-M0KL6P6CGHcP24qduiG)

You can customize the content displayed by the Shopping-with toolbar by filling in the variables provided in the Show available variables section.&#x20;

![Fill in the provided variables in the content field](/files/-M0KMQDDxAFN62TnnG9b)

Now, you also have the option to change the text alignment, change the background color, and change the text color of the Shopping-with toolbar.

![Customize the Shopping-with Toolbar](/files/-M0KMyyEdyuQIVt4Y6LK)

After this, click on **OK**.

![Click on OK](/files/-M0KNUDKv02_C3xQoLWn)

Finally, the newly customized Shopping-with Toolbar will appear in the store.&#x20;

![](/files/-M0KNxey4TlaUX2yoO6W)

<details>

<summary>FAQ</summary>

#### How can the Shopping-with Toolbar message be displayed in different languages based on the user's language preference?

You can use such tags in the content field:&#x20;

{{#en}}You are shopping with {{affiliate\_name}}{{/en}} {{#fr}}Vous Magasinez Avec {{affiliate\_name}}{{/fr}}

<figure><img src="/files/cvlfmyCwGswasd0y5qwd" alt=""><figcaption><p>Add tags to the Content field</p></figcaption></figure>

It will show the message:&#x20;

* You are shopping with Affiliate Name for English users&#x20;
* Vous Magasinez Avec Affiliate Name to French users

</details>

{% embed url="<https://youtu.be/mU-of4lgOLE>" %}
Customize Shopping-with Toolbar
{% endembed %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.goaffpro.com/affiliate-portal-customization/toolbars/setup-shopping-with-toolbar/customize-shopping-with-toolbar.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
