How to customize shop pay installment information

There is a shop pay installment information on my product page. I think this should be a function brought by shopify payment.
But I want to move the position of this message. Please tell me in which code file can I find where it is embedded?

any update on this??

Also curious how to move this message. I think it would make much more sense for more store to be beneath the “Add to cart” button. Any updates???

Hi @Jerry_J and @jobrien , you can try this way
Where to find it

  1. Go to your Online Store > Themes > Edit code.

  2. Look inside:

    • product-form.liquid

    • main-product.liquid

    • product-template.liquid

    • or sometimes in a section file like sections/product.liquid.

  3. Search for:

    • payment_terms

    • or data-shopify=“payment-terms”

That’s the spot where Shopify is embedding the Shop Pay installment banner.

How to move it

  • Cut that snippet {{ form | payment_terms }} or <span data-shopify="payment-terms"></span> from its current location.

  • Paste it where you want it to appear (e.g., below price, under the add-to-cart button, etc.).

DEMO for example:

Best regard,

Danny.

Hi @jobrien. you can try and follow my way in above ^^.
Best regard,

Danny from Samita <3.