A user wants to hide the “Pay in 2 interest-free installments” message from their Shopify product pages while keeping Shop Pay as a checkout option. They’ve checked theme files but found no hardcoded references, indicating Shopify injects this automatically via script.
Proposed Solution:
Multiple respondents suggest using CSS to hide the message without affecting Shop Pay functionality. One provides specific code to add in Theme Settings > Custom CSS:
Current Status:
The discussion remains open with several users requesting the store URL to provide tailored CSS solutions. The CSS approach appears to be the consensus method for hiding the installment text while preserving payment functionality.
Summarized with AI on October 26.
AI used: claude-sonnet-4-5-20250929.
Hey everyone,
I’m using a Shopify theme and I’ve noticed that on my product pages, it shows a message like:
“Pay in 2 interest-free installments of $XX.XX with Shop Pay”
I don’t want to remove or disable Shop Pay as a payment option — I just want to remove or hide that specific text block from the product page. I’ve already checked my theme files and couldn’t find any hardcoded references to Shop Pay or shopify-installments, so I’m assuming it’s injected via Shopify directly.
Has anyone found a clean way to hide this without breaking functionality?
I’m open to CSS solutions or any recommended app settings. Appreciate any help
The message “Pay in 2 interest-free installments…” is not in your theme files because Shopify adds it automatically through a script. Since you don’t want to remove Shop Pay completely, the best solution is to simply hide that message using CSS. This won’t affect how Shop Pay works at checkout — it only hides the message from the product page. You can do this by pasting a small CSS code into your theme’s stylesheet. It’s safe, easy, and doesn’t break any functionality.
If you don’t mind, we can talk privately and get it solved