Why This Error Occurs:
After uninstalling Ultimate Sales Boost, removing all USB residual code requires two steps:
- Removal of all Snippets/files
- Removal of all Insertion Codes that link to these Snippets/files
It is important to follow these steps precisely. If a Snippet of residual code is removed from a merchant's theme but the Insertion Code that links to it remains, the result will be an error message that looks like this:
- LIQUID ERROR - COULD NOT FIND ASSET SNIPPETS/HEXTOM_USB_MAIN.LIQUID
To avoid such difficulties, we recommend the following procedures:
- Duplicate your theme before making edits, so that you can revert in case of emergency
- Read our USB Residual Code Removal Guide carefully
- Double check to make sure that all code deletions are successfully saved
List of Error Messages & Solutions:
USB Residual Code Removal - Error #1 COULD NOT FIND ASSETS SNIPPETS/HEXTOM_USB_MAIN.LIQUID |
- The Problem: A Snippet has been deleted, but not it's Insertion Code
- The Solution: Delete the Insertion Code that is referencing the deleted Snippets
- File(s) to Edit: theme.liquid (Layout folder)
- Code to Delete: {% include 'hextom_usb_main' %}
- Final Step(s): Refresh the page where the error occurred. If it still appears, you may need to clear your browser cache
|
USB Residual Code Removal - Error #2 COULD NOT FIND ASSETS SNIPPETS/HEXTOM_USB_HOME_FEATURED_PROD.LIQUID |
- The Problem: A Snippet has been deleted, but not it's Insertion Code
- The Solution: Delete the Insertion Code that is referencing the deleted Snippets
- File(s) to Edit: featured-product.liquid OR home-product.liquid (Snippets folder)
- Code to Delete: {% include 'hextom_usb_home_featured_prod' %}
- Final Step(s): Refresh the page where the error occurred. If it still appears, you may need to clear your browser cache
|
USB Residual Code Removal - Error #3 COULD NOT FIND ASSET SNIPPETS/HEXTOM_USB_COLL.LIQUID |
- The Problem: A Snippet has been deleted, but not it's Insertion Code
- The Solution: Delete the Insertion Code that is referencing the deleted Snippets
- File(s) to Edit: Any product*.liquid files (Snippets folder)
- Code to Delete: {% include 'hextom_usb_coll' %}
- Final Step(s): Refresh the page where the error occurred. If it still appears, you may need to clear your browser cache
|
USB Residual Code Removal - Error #4 COULD NOT FIND ASSETS SNIPPETS/HEXTOM_USB_CART.LIQUID |
- The Problem: A Snippet has been deleted, but not it's Insertion Code
- The Solution: Delete the Insertion Code that is referencing the deleted Snippets
- File(s) to Edit: cart.liquid (Templates folder) OR cart-template.liquid (Sections folder)
- Code to Delete: {% include 'hextom_usb_cart' %}
- Final Step(s): Refresh the page where the error occurred. If it still appears, you may need to clear your browser cache
|
Comments
0 comments
Article is closed for comments.