Articles on: CoverUp

How to uninstall CoverUp properly?

Uninstall Guide



Go to your Shopify admin dashboard and click on the Apps tab.
Click the delete icon next to app CoverUp.
Click Uninstall.
To finish you need to remove some elements from the theme code:

In theme.liquid, search and delete:

{% include 'hide-paypal-button-cart' %}


{% include 'hide-paypal-button-prod' %}


<style type="text/css">.shopify-payment-button{display: none !important}</style>


<style type="text/css">.additional-checkout-button.additional-checkout-button--paypal,.additional-checkout-buttons,.cart__additional_checkout_buttons,.cart__additional_checkout,.cart-additional-checkout-buttons{display: none !important}</style>


Delete these lines of code

Delete these lines of code


In the theme snippets, search and delete hide-paypal-button-cart.liquid and hide-paypal-button-prod.liquid.

Delete these snippets

Updated on: 06/04/2020

Was this article helpful?

Share your feedback

Cancel

Thank you!