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.
STEP 2
Click on Actions to reveal the option to Edit Code.
STEP 3
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 %}