About Our App's Residual Code:
Ultimate Sales Boost does leave a small amount of residual code. This code is very small and does not load any scripts, so it will not compromise your website's loading speeds. If you'd like to remove it anyways, you have found the right guide.
Please note that if you still have USB installed and have active campaigns, following these steps may cause those campaigns to malfunction. Also, we strongly recommend duplicating your theme before making any edits - this also applies to removing residual code.
[Warning] The Risks of Incomplete/Partial Removal:
When removing residual code, it is important to remove all of it. Partially removing the residual code can cause error messages such as this to appear on your shop: LIQUID ERROR - COULD NOT FIND ASSET SNIPPETS/HEXTOM_USB_MAIN.LIQUID
Please follow these steps to ensure the removal proceeds without difficulties:
- Always duplicate your theme before editing so you can switch back in case of problems.
- Continue to carefully read the USB Residual Code Removal Guide.
- Double check to make sure that all code deletions are successfully saved.
- If you see an error message after removing residual code, please visit this guide. It is designed to help you easily identify, locate and delete the remaining code.
Instructions for Removal:
Let's get started.
Go to the Themes section of your Shopify dashboard. Click on the Actions button next to your active theme and select Edit Code.
There are just a few lines of code and some files that need to be removed.
Let's remove the code first.
In the theme.liquid file of the Layout folder, find and remove a line that says
{% render 'hextom_usb_main' %}
In the featured-product.liquid or home-product.liquid file in the Snippets folder, find and remove the following lines:
{% render 'hextom_usb_home_featured_prod' %}
In any product*.liquid files in the Snippets folder, find and remove the following lines:
{% render 'hextom_usb_coll' %}
In the cart.liquid file in the Templates folder or cart-template.liquid file in the Sections folder, find and remove the following line:
{% render 'hextom_usb_cart' %}
Finally, the following files can be deleted from the theme:
- Snippets/hextom_usb_main.liquid
- Snippets/hextom_usb_home_featured_prod.liquid
- Snippets/hextom_usb_coll.liquid
- Snippets/hextom_usb_cart.liquid
Note: When removing residual code, it is important to remove all of it. If files/snippets are removed but the code referencing these snippets is not removed, it can cause an error message. Please double check to make sure that all code deletions are successfully saved.
Comments
0 comments
Article is closed for comments.