All Collections
Integrations
How to Show the Shop Pay Banner in the Debutify Theme?
How to Show the Shop Pay Banner in the Debutify Theme?
A guide on how to show the Shop Pay installments banner in Debutify Shopify theme.
Marang Marekimane avatar
Written by Marang Marekimane
Updated over a week ago

Shop Pay, or Shopify Pay, allows store owners to accept payments in installments. It allows customers to securely store their shipping and billing information which makes the checkout process faster.

Showing the Shop Pay banner lets customers know they can use their credit card to pay in installments.

How to Show the Shop Pay Installments Banner

STEP 1

From your Shopify admin, click on Online store and click on Themes.

From your Shopify admin, click on Online store and click on Themes.

STEP 2

Click on Actions to reveal the option to Edit Code.

Click on Actions to reveal the option to Edit Code.

STEP 3

Search for the product-template.liquid file in the Snippets folder

Search for the product-template.liquid file in the Snippets folder

STEP 4

Find the line that contains {%- form 'product', product, class: form_classes, id: form_id, data-product-form: '' -%}.

STEP 5

Add a new line of code directly below and paste the code below. Then click Save to apply the changes.

{{ form | payment_terms }} {% endform %}

Related Articles You May Want to See:

Did this answer your question?