Shop Pay installments, no way to disable it

I’ve literally tried everything. I entered this code

.template-cart .additional-checkout-buttons{
display: none;
}

in the theme.cscc (or whatever) file. Nothing, still there.

I disabled “Shop pay” under payments > manage. Nothing, still there.

What am I doing wrong? This is the “installment plan” that I simply don’t want on my store. There’s apparently no way to disable it, which I think is really weird.

Hi @Red191918181

Hope you’re having a great day!

What theme do you use?

Minimal. The landing page is here: https://corner-hill.com/products/the-alchemists-oil-can™-trendy-oil-dispenser

I was having the same problem—I don’t even take Shop Pay so it didn’t make sense that this banner was there. I’m not an expert in liquid, but here is how I removed the banner from my Minimal theme:

In product.template.liquid

I removed line 194 that read {{ form | payment_terms }}

save

7 Likes

That was the solution! I’m forever in your debt, my good man (mail me on hembakat “a” hotmail.com and I’ll repay you, somehow. :slightly_smiling_face: ).

1 Like

Glad (surprised, even) that I could help—this is a community effort!

Thank you for the screenshot. In the free “Brooklyn” theme, it is line 162. Easy fix.

Tried this and didn’t work in my theme, help??

Thank you so much!! This totally worked - I am using Debut theme, in product.template.liquid, the code is on line 162.

im also using debut and dont see that section. i really dont want installments on one of my products so any help would be appreciated!

I am having the same issue. It will not allow me to activate a third party provider because of shop pay installments.

Does anyone know where to remove this in the code for the Trademark theme? This is the only place where I see something related to payments.

its product-template.liquid and line 162 in my case

Actually it’s simple to disable Shop Pay installments, just a little buried. Go to the Admin page “Settings” at the bottom then under “payments” then click “manage” on the Shopify Payments section. In there, there’s a flag to uncheck to stop allowing installments.

6 Likes

This works. No need to change code. Thank you!

1 Like

Thank you Travnape!

1 Like