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

Here, go to the Themes tab.

Themes

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

Current theme > Actions > Edit code

This will open up the Edit code section

Edit code

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.

theme.liquid

For Example:

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

Shopping-with Toolbar

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

Click on Save.

Click on Save

After this, the Shopping-with Toolbar will appear below the main menu section.

Last updated

Was this helpful?