How to add Shop Pay Installments banner to product page | Debut theme

Hello,

I’m not sure where to put the Shop Pay Installemrnts banner code on my product-template.liquid file for Debut theme.

I have tried moving this code to different places but it never shows up on my live product page.

I’m trying to put it below my price and above my “Free Shipping Worldwide” policy.

Here’s the snippet of code:

{{ form | payment_terms }}

Here’s the area of my product-template.liquid file I’m trying to add this code:

Any ideas on where I’m supposed to put this snippet of code so that it shows o my live product page?

Much appreciated!

1 Like

@Brittany_Witt

sorry for that issu can you please try this

https://help.shopify.com/en/manual/payments/shop-pay-installments

1 Like

I was able to figure this out. The latest debut theme has it by default now. I downloaded that theme file and looked at where they placed the form.

In product-template.liquid I added {{ form | payment_terms }} below the form ‘product’ line.

{% form 'product', product, class:form_classes, novalidate: 'novalidate', data-product-form: '' %}
            {{ form | payment_terms }}
2 Likes