Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Hi there, I recently removed the Yotpo app from my webshop. But its still showing on my product pages, even though I removed the app. How do I remove all of it?
It may be integrated within your templates.. as that is part of the process. You may have to manually remove it or have it removed.
In theme.liquid look for:
<script type="text/javascript">
(function e(){var e=document.createElement("script");e.type="text/javascript",e.async=true,e.src="//staticw2.yotpo.com/u3AyB2bBoX2b5wYsnbxMynBUH9wEL0luU73kNTjB/widget.js";var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t)})();
</script>
Remove that script element. Hopefullly is in theme.liquid, can be in an include.
On product.liquid find and remove something that looks like, will have some {{}} instead of text
<div class="yotpo yotpo-main-widget"
data-product-id="450242889"
data-name="Endorphin Rush Beyond Hot Sauce"
data-url="http://www.grillsmagen.dk/products/endorphin-rush-beyond-hot-sauce"
data-image-url="//cdn.shopify.com/s/files/1/0816/7611/products/Endorphin_Rush_Beyond_Hot_Sauce_large.jpg%3Fv=1428444955"
data-description="<p>Hot saucen som giver dig et endorfin spark udover alle grænser. Du skal måske en tur på skadestuen, når du har prøvet denne her sauce. Det her er adrenalin kicket som du altid har haft lyst til at mærke. Endorphin Rush tilføjer en ekstrem varme til al slags mad.</p>
<p><span>SHU (Scoville Heat Units): 33.500</span></p>
<p>Indhold: 148 ml </p>">
</div>
Make sure you have a backup of your theme!
Thanks for your help. I didnt feel comfortable editing the files myself, but a Shopify supporter helped me.
Its gone now, but thanks 🙂
Hi Per, I have the same problem you had, can you expllain me how to remove the Yotpo code ? Thank you. Mathias
Remove that script element. In theme.liquid look for:
<!--Installed by Yotpo Automatic Installation-->
<script>(function e(){var e=document.createElement("script");e.type="text/javascript",e.async=true,e.src="//staticw2.yotpo.com/TFyEveflUJFVncIOvYNB704ZwMOpNh4mo8ZOHszB/widget.js";var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t)})();</script>
<!--End of Yotpo Automatic Installation-->
delete all.
Done 🙂
Surprised to see this here,
All Shopify apps should be required to have a clean uninstall feature.
If they don’t, they shouldn’t be accepted as part of the app store. That’s basic systems hygiene. Apple requires it
I’m pretty upset right now. I deleted the Yotpo Appleton my Shopify app collection. I didn’t see an uninstall so I may have removed it incorrectly. Now I’m trying to find the code and remove it and it’s still sending email to my customers. Apparently people on the free plan have to file a support ticket to cancel!?! What?#%*^
I'm sure you have resolved this by now but maybe this will help someone else with this issue.
I also removed the app and all code, shopify did not delete my sync and was still sharing my order information.
I was having trouble getting to a support link for Yotpo, ironically their chat feature wouldn't load.. So i went to Account Settings > eCommerce Platform and changed it to one i do not use. It then unsynced my Shopify one. 🙂