> 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/shopping-with-toolbar-custom-integration.md).

# Shopping-with Toolbar Custom Integration

**GoAffPro** provides you with the option of custom integration of the Shopping-with Toolbar in the store.

To use custom integration of the Shopping-with Toolbar, go to the **Online Store** section in the Shopify dashboard.

![Online Store](/files/-M55e7lEIAqHSkjBeYuv)

Here, go to the Themes tab.

![Themes](/files/-M55defj4l95OccNmkgU)

Now, click on **Actions** and select **Edit code** in the Current theme section.

![Current theme > Actions > Edit code](/files/-M55fpLM0krhFp7lZtiG)

This will open up the Edit code section

![Edit code](/files/-M55gKZG1xFHlhOqb5rR)

Now, open up the theme.liquid section and embed the following code wherever you want the Shopping-with Toolbar to appear:

```
 <div id="gfp_affbar"></div>
```

After this, click on **Save**.&#x20;

![theme.liquid](/files/-M55hBVeRxDAgOlI5BxE)

#### For Example:

By default, the Shopping-with Toolbar gets displayed at the top of the store.

![Shopping-with Toolbar](/files/-M55ljKaJzkpk8EULQoI)

Here we want the Shopping-with Toolbar to appear below the main menu section.

Now, embed the following code in the theme.liquid section accordingly:

```
 <div id="gfp_affbar"></div>
```

![Embed the code](/files/-M55n2wYI9gETyGCkrlX)

Click on **Save.**

![Click on Save](/files/-M55nF8Ou74fIxqaStkf)

After this, the Shopping-with Toolbar will appear below the main menu section.&#x20;

![](/files/-M55nOLfR-m4N3oaIczf)


---

# 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/shopping-with-toolbar-custom-integration.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.
