-
Navigate to the Volume & Tiered Discount app Dashboard
-
Under More, select How to Uninstall?
-
Once the uninstallation procees is accomplished, a message will be displayed indicating that all the snippets of app has been removed from the theme.
-
Manually Remove Snippets
-
From “Shopify Admin”, select Online Store and click Themes
-
Select Actions
-
Select Edit code
-
Remove liquid snippets
Skip this step if all required snippets are removed at your published theme
-
Look for "hulk_common.liquid" file under "Snippets" folder, click on Delete button.
Removing the hulkcode_common file code from theme.liquid -
-
-
Theme Layout
-
Under “Layout” select theme.liquid
-
Look for this code: {% include 'hulkcode_common '%}{% if template contains 'product' or template contains 'cart' %}{% endif %} before the end head tag.
-
In case if you have installed both our Volume Discount and Product Options apps then look for this code: {% include 'hulkcode_common' %}{% if template contains 'product' or template contains 'cart' %}{% endif %} before the end head tag.
-
Next, we have to remove hulkapps span class from cart_item price, line_item.price and total.price codes from the cart.liquid 'OR' cart-template.liquid file of your theme.
-
Select Save
-
-
-
0 out of 0 found this helpful