How can I remove Shop Pay installments from my product page?

We recently updated our theme and now on the product page near the product price it says “Pay in 4 interest free installments for orders over $50.00 with ShopPay.”

How do I remove this? I found a Shopify discussion that suggested adding some code, but I could not find the asset location that was suggested.

My domain is www.bostongeneralstore.com.

1 Like

Hi @RLBGS

Its not visible on your domain, would you mind to share the preview instead? Thanks!

Hi @RLBGS

Thank you. I see it.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
shopify-payment-terms {
    display: none !important;
}
  • And Save.

I hope it help.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like

That worked. Thank you so much!

Hi. Is this the same solution for the message, “From $135.39/mo with Shop Pay View sample plans” that is on the product page?

If so, can your solution be modified to work on an individual product page rather than applied to all product pages?

Thank you.

1 Like

Hi,

If you only want on one individual product page it may require liquid code.