You will need to remove three pieces of code from your BigCommerce site template manually.
- If you are using a Blueprint theme please follow the instructions below.
- To remove mobile integration on non-responsive Blueprint themes, please refer to our installation instructions but instead of adding the three sections of code, remove them.
- For Stencil themes, please refer to our installation instructions but instead of adding the three sections of code, remove them.
Blueprint Theme uninstallation instructions:
- From your BigCommerce admin panel, click Store Setup and Design./span>
- Click Edit HTML/CSS.
-
Find the following code snippets in your various templates and remove them, saving each as you go.
The first section of code is typically found under Panels in Template > HTMLHead.html:
<script type="text/javascript" id="feefo-plugin-widget-bootstrap" src="//api.feefo.com/api/ecommerce/plugin/widget/merchant/merchantidentifier" async></script>
The second line of code is typically found under Other Template Files > ProductDetails.html:
<div class="feefo-review-badge-wrapper-product">
The final line of code is typically found under Other Template Files > ProductDetails.html:
<div id="feefo-product-review-widgetId" class="feefo-review-widget-product" data-feefo-product-id=”%%GLOBAL_ProductId%%”></div>