Need to remove ''Pay in 3 interest--free instalments for orders over £50.00 with with shop pay text

Hi everyone,

I was able to remove ‘‘buy with shop’’ button finally. Each products on our website has this text before add to cart button which is not really helpful for us and we need to remove it.

-free instalments for orders over £50.00 with shop pay learn more.

I am suing a paid template and they dont have css base. Any help is really appreciated.

Thank you

It’s hard to tell without seeing your store – there are multiple ways for this text to be shown on your storefront and therefore, different ways to stop it.

Share the link and a preview password if one is set.

Dear @istanbulyasemen

Could you share your website? I’ll then check it and find a suitable solution for you.

Regards,
Eric from Shopplaza

Hey @istanbulyasemen

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above </ body> tag
<style>
shopify-payment-terms {
    display: none !important;
}
</style>

RESULT:


Hope that helps! If it did, a Like and Marking it as Solution goes a long way and helps others find the fix faster too.

Best,
Moeed

Moeeds code would work to hide this message.
I’d, however recommend using “Theme settings”(cog icon)-> “Custom CSS” in "Edit theme as this will simplify further theme updates.

In this case, the code should only be

shopify-payment-terms {
    display: none !important;
}

However, it’s also possible to disable ShopPay completely if this is what you wanted – in Admin-> Settings-> Payments-> Payment methods.
Or disable instalments only, as per https://help.shopify.com/en/manual/payments/shop-pay-installments/activating-shop-pay-installments – this should also reduce the amount of JS code shopify loads.

Hi Tim I also added the code you provided. I disabled the ‘‘show dynamic checkout button’’ and it deleted the buy with shop button leaving me only add to cart button. I went to shopify payment settings and disabled the shop payment from there, updated the website and product page showed ‘‘pay with paypal’’ button. I seriously have no idea to solve this problem. Thank you for your reply!

Dynamic checkout buttons on the product page shows one of available express checkout methods (if enabled in theme).

On Iphone it likely will be Applepay, on Android – gPay and Shop on desktop.
If you disable one of those, another will be selected.
There is no control over what particular method will be selected though.

So it depends on your goal – if you do not want to show dynamic checkout button at all – disable it in theme settings.

If you do not want to show a particular method – disable it in payment settings.

Hi Tim thank you for the prompt answer. I wanted to leave a Buy Now buttun but I could not figure it out. What happened to good old buy now buttons :slight_smile:

No, it’s not that simple anymore.

For buy now there was a discussion here, try my solution – Creating custom unbranded buy button - #34 by tim_tairli