How to remove Shop Pay from product page?

@Manuel631

feature products section also share store url

Hi,

There is an easier way then to use the code.

  1. Settings

  2. Payments

  3. Manage (in the first box)

  4. Scroll down to “Shop Pay Installments”

  5. Click the box to remove this payment option AND to remove it from your website.

  6. Save

Note: By doing this, you do not have to mess with ANY coding. And you can add this payment option back onto your website if you want to later.

9 Likes

I did this in my shop, and it worked perfectly. Thanks!

2 Likes

@VoidTrailbreak

thanks for update if any help let me know

I am also not seeing the timber file. Can you please help?

1 Like

@ShadesofNature

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Peace, my store is ubyouu.com

1 Like

@xoccxi

yes please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.product-form shopify-payment-terms {
    display: none;
}
1 Like

Gracie, Ketan.

1 Like

@xoccxi

its my pleasure to help us

@Joaquin_Orellan Thank you!! I found the same code in Sections>Product Template> Line 162. This is in theme Debut.

1 Like

@elle_creative

do you have any issue

thank you! this worked for me! so easy.

.product-single__meta shopify-payment-terms {display: none;}

WHERE do i insert this code to remove installments notice for shop pay?

1 Like

@antonkogan ,

Which theme you’re using? You need to add in theme.css file.

You don’t need to use code. Follow my instructions above.

@antonkogan

yes

what do you need now?

Hey man we are currently using Expression 2.0 version theme, our url is www.astrowick.com, could you help us check see where should we input the code and make shoppay out of my product page? Thank you so much!

1 Like

@Astrowick

sorry for that issue

can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/styles.css ->paste below code at the bottom of the file.
.product-form-block--md-spacing shopify-payment-terms {
    display: none;
}

This helped solve the issue on both individual shop page and main products page!

Thank you so much!

It was annoying and cluttered to see that extra shop pay installments text, especially if you already have afterpay set up.

Thanks!

-Nigel

1 Like