How to uninstall Bundle App?
To uninstall the app you need to follow the below-given steps:
Step 1: Remove the code from the theme file.
{% render 'th-bundle-product' %}
Step 2: Remove code from the product page. (If added)
(a) Remove the code of bundle from the product template file. (Applicable for product & variant bundle type only)
(b) Remove code from the product template. (applicable for all quantity type bundle.)
Step 3: Remove code from the cart file.
(a) Find the "{% for item in cart.items %}" code. If there is no code like this in your theme, Please try to find "cart.items". Remove this below given class and attribute.
(b) Find the "{% for p in item.properties %}" code. If there is no code like this in your theme, Please try to find "item.properties". Remove below-given codes.
{%- if p.first contains 'th_bundle_' -%}{%- continue -%}{%- endif -%}<br>
(c) find item.price and remove the below class from it.
(d) find item.line_price and remove the below class.
(d)find cart.total_price and remove below class from it.
(e)find product remove button code and remove the below class from it.