ProductWiz
Search…
ProductWiz
Support
Privacy Policy
Unregistered App
Variant Image Wizard
Getting Started
FAQ
Import
Bulk Edit
Manual App Removal
Terms and Conditions
Privacy Policy
Powered By
GitBook
Manual App Removal
In the event that Variant Image Wizard failed to remove itself from a theme, please follow the steps below.
👇
If you are having any troubles, please write us at
[email protected]
. We will help you!
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
You'll see the code displayed on the right
Step 2: Removing the code
If you have installed
Variant Image Wizard on a theme
before February 4th, 2021
, please follow the instructions below, on the second tab
After February 4th, 2021
Before February 4th, 2021
i.
In the code displayed on the right,
find the code shown directly below
1
{
% render
'productwiz-rio'
, product: product, shop: shop %
}
Copied!
ii.
Remove the aforementioned piece of code
iii.
Click
Save
to save the code
i.
In the code displayed on the right,
find the code shown directly below
1
{
% include
'productwiz-rio'
%
}
Copied!
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
Repeat the above steps to remove the app from other themes you have installed it on.
​
Variant Image Wizard - Previous
Bulk Edit
Next - Variant Image Wizard
Terms and Conditions
Last modified
1yr ago
Copy link
Contents
Step 1: Finding the code
Step 2: Removing the code
Step 3: Removing files