How to find and reposition or remove Kudobuzz widget codes added to your Shopify store
During installation of our Shopify app, our widget codes get automatically added to your store or you may have requested for us to setup our widgets on your store and so we did by adding our widget codes to it.
Should you want to remove the widget codes or reposition them, this is how to find the codes.
Enter your Shopify Store admin dashboard and from the menu options on the left side click on Online Store.
You will now see some options showing. Click on Themes.
The theme page will now be showing. Click on the Actions drop-down for your current theme.
On the Actions drop-down, click on Edit Code.
On the Edit Code page, look for the files below in the Templates, Sections and Snippets directories. Once found, you may delete the piece of code or reposition the code in order to change the position of the widget.
Look for this piece of code in any of the following theme files:
{% render 'kb-product-widget.liquid', product: product %}
sections/product-template.liquid
sections/product.liquid
Look for this piece of code in any of the following theme files:
{% render 'kb-star-widget.liquid', product: product %}
sections/product-template.liquid
sections/product.liquid
sections/featured-product.liquid
snippets/product-grid-item.liquid
snippets/product-card-grid.liquid
snippets/product-card.liquid
If you are removing the widget codes, look for the following theme files and remove them as well.
snippets/kb-star-widget.liquid
snippets/kb-product-widget.liquid
Should you want to remove the widget codes or reposition them, this is how to find the codes.
Enter your Shopify Store admin dashboard and from the menu options on the left side click on Online Store.
You will now see some options showing. Click on Themes.
The theme page will now be showing. Click on the Actions drop-down for your current theme.
On the Actions drop-down, click on Edit Code.
On the Edit Code page, look for the files below in the Templates, Sections and Snippets directories. Once found, you may delete the piece of code or reposition the code in order to change the position of the widget.
Product widget code:
Look for this piece of code in any of the following theme files:
{% render 'kb-product-widget.liquid', product: product %}
sections/product-template.liquid
sections/product.liquid
Star rating widget code:
Look for this piece of code in any of the following theme files:
{% render 'kb-star-widget.liquid', product: product %}
sections/product-template.liquid
sections/product.liquid
sections/featured-product.liquid
snippets/product-grid-item.liquid
snippets/product-card-grid.liquid
snippets/product-card.liquid
If you are removing the widget codes, look for the following theme files and remove them as well.
snippets/kb-star-widget.liquid
snippets/kb-product-widget.liquid
Updated on: 25/01/2023
Thank you!