Re: How Do I remove Shop Pay Installments Message From My Product Page?

Solved

How Do I remove Shop Pay Installments Message From My Product Page?

Jacobsladdr
Excursionist
29 0 5

I want to keep Shop Pay Installments as a payment option but I want to Highlight on my product page that I use "AfterPay" for the social proof. I just want to remove the messaging from my product page. Just remove the message and keep the installments as a payment option. I use Dawn. 

 

Url: Believersbrigade.com

 

 

Accepted Solution (1)

dbuglab
Shopify Partner
473 51 51

This is an accepted solution.

Hi @Jacobsladdr 

Please follow these Steps:

1) Go to Online Store
2) Edit Code
3) Please find theme.liquid file
4) Add the following code above </head> tag

<style>
shopify-payment-terms {
    display: none !important;
}
</style>

 

dbuglab_0-1693464213567.png

 

banned

View solution in original post

Replies 9 (9)

dbuglab
Shopify Partner
473 51 51

This is an accepted solution.

Hi @Jacobsladdr 

Please follow these Steps:

1) Go to Online Store
2) Edit Code
3) Please find theme.liquid file
4) Add the following code above </head> tag

<style>
shopify-payment-terms {
    display: none !important;
}
</style>

 

dbuglab_0-1693464213567.png

 

banned
nurs
Visitor
1 0 0

Thank you a lot! It worked!😘

GBLLC
Visitor
2 0 0

Is it possible to code this in a way that it only affects certain products / just one product template? It is getting too bulky along with my subscribe & save widget on a few items and making those pages look ugly 

GBLLC
Visitor
2 0 0

Alternatively, how could we move the installments message below the "add to cart button" so that it is not taking up such valuable space and pushing the add to cart button out of view?

Moeed
Shopify Partner
5516 1494 1784

Hey @Jacobsladdr 

 

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:

Moeed_0-1693464264896.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


zahin
Shopify Partner
39 1 21

Works like a charm, thanks a lot ❤️👉👈

Moeed
Shopify Partner
5516 1494 1784

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


jordanannell
Visitor
3 0 0

Wow this worked!!! This is the first time any of the codes on here worked for me. Thank you!

Tomdanny
Visitor
1 0 0

Follow these procedures to remove the Shop Pay Installments notification from your product page:

Enter the page editor or control panel for your website.


Locate and open the product page you wish to edit.
Look for the code that displays the message; it may differ depending on the system and style of your website.
That code can be removed or hidden to make the message vanish.
Save your edits.
Make sure the message is gone by checking the page.
When altering code, exercise caution and seek assistance if necessary.
These steps might vary depending on your website setup.