Shop Pay Installments cart page banner

The Shop Pay Installments cart banner is displayed below the subtotal on the cart page. This banner lets customers know that they have the option to pay for orders in installments.

After you've activated Shop Pay Installments, you'll need to add the cart page banner.

Add the cart page banner

If you're comfortable reading and editing theme code, then you can identify where to make changes and update the cart form.

Identify where to make changes

The code for the cart banner needs to be included inside every page where the cart is displayed, preferably close to the subtotal. Depending on your theme, the cart subtotal can be found in various locations. However, the following are common locations where you might find the cart subtotal:

  • cart-template.liquid
  • main-cart-footer.liquid
  • cart.liquid

Update the cart form

Steps:

  1. From your Shopify admin, go to Online Store > Themes.
  2. Find the theme you want to edit, click the button to open the actions menu, and then click Edit code.
  3. Open the relevant file.
  4. Find the line that contains the cart subtotal.
  5. Create a new line directly below and paste the following on that line:
{% form 'cart', cart %}
{{ form | payment_terms }}
{% endform %}
  1. Click Save.

Ready to start selling with Shopify?Try it free