Manual App Removal

Step 1: Finding the code

i. Navigate to your Shopify admin, and open up your store's theme

ii. Click the Actions button on the theme you'd like to remove the app from. Then, click Edit code in the drop down.

iii. Click on the theme.liquid file under the Layout section

Step 2: Removing the code

i. In the code displayed on the right, find the code shown directly below

{% render 'productwiz-rio', product: product, shop: shop %}

ii. Remove the aforementioned piece of code

iii. Click Save to save the code

Step 3: Removing files

i. On the top left, search for "productwiz-rio".

ii. Delete the following files:

  • productwiz-rio.liquid under the Snippets section.

  • productwiz-rio.js, productwiz-rio.css, productwiz-rio-photoswipe.js and productwiz-rio-photoswipe.css under the Assets section.

To delete a file:

  • open the file by clicking on it

  • click Delete file on the top right of the theme editor, as shown below

Last updated

Was this helpful?