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.

Here, go to the Themes tab.

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

This will open up the Edit code section

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.

For Example:

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

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>

Click on Save.

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

Last updated