How to uninstall Xtra info Properly?
Uninstall Guide
Go to your Shopify admin dashboard and click on the Apps tab.
Click the delete icon next to app Xtra info.
Click Uninstall.
To finish you need to remove some elements from the theme code:
In theme.liquid, search and delete:
<script type="text/javascript" src="https://xtra-infos.app.prod.fuznet.com/public/js/check-uninstall.js"></script>
And
{% if template contains 'product' %}<div id='selector-xtra' style='display: none'>{% include 'xtra-infos' %}</div>{% include 'xtra-selector' %}{% endif %}
These elements are usually just above the </body> tag.
Updated on: 04/04/2020
Thank you!