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
Go to your Shopify Admin, go to Online Store, then 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
Search for the class="products.general.unit_price" and add the code before the {%- endcapture -%}
STEP 5
Add a new line of code directly below and paste the code below. Then click Save to apply the changes.
{%- form 'product', product, class: 'spacer-bottom' %}
{{ form | payment_terms }}
{% endform %}
STEP 6
Click Save.