If you've decided to stop using WeSupply Labs platform and want to remove its code from your site, this step-by-step guide will help you clean any residual code that might still be present in your theme files.
Step 1: Access Your Theme Files
First, log in to your site's admin panel and navigate to the theme editor. This is where you'll be able to access and edit your theme files.
Step 2: Edit layout/theme.liquid
Open the layout/theme.liquid file and search for the following line:
```
Liquid error: This liquid context does not allow includes.
```
Delete this line and save your changes.
Step 3: Edit templates/customers/account.liquid
Next, open the templates/customers/account.liquid file and search for the following line:
```
Liquid error: This liquid context does not allow includes.
```
Delete this line and save your changes.
Step 4: Edit sections/product-template.liquid
Open the sections/product-template.liquid file and search for the following line:
```
Liquid error: This liquid context does not allow includes.
```
Delete this line and save your changes.
Step 5: Edit sections/footer.liquid
Finally, open the sections/footer.liquid file and search for the following line:
```
Liquid error: This liquid context does not allow includes.
```
Delete this line and save your changes.
Step 6: Remove Additional Files
In addition to the edits made in Steps 2-5, you'll need to remove the following files completely from your theme:
- ws-css.css
- snippets/wesupply.liquid
- snippets/ws-changeOrderLinks.liquid
- snippets/ws-shippingEstimates.liquid
- snippets/ws-trackingInfoLink.liquid
To do this, locate each file in your theme editor and delete them one by one. Make sure to save your changes after removing each file.
By following these steps, you should have successfully removed all WeSupply code from your site. If you encounter any issues or need further assistance, don't hesitate to reach out to our customer support team.
Comments
0 comments
Please sign in to leave a comment.