Shop Pay Installments product page banner

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

If you've installed aShopify themeto your online store after January 31, 2022, then the product banner might already be added to your product pages. After you'veactivated Shop Pay Installments, you should check a product page on your online store for a banner that appears below the price of the product.

Consider adding the Shop sales channel to your Shopify admin to help you manage your brand presence on the Shop App and access features, such as sales insights. Learn more aboutShop.

If the banner isn't already added, then you'll need to manually add the product page banner.

Manually add the product page banner

If you're comfortable reading and editing theme code, then you canidentify where to make changesandupdate the product form.

Identify where to make changes

The code for the banner needs to be included inside every instance of the product form, which will look something like{% form 'product', product .... The product form can be found in various locations depending on your theme, however, the following are common locations:

  • product-form.liquid
  • featured-product-form.liquid
  • product-template.liquid
  • product.liquid

Update the product form

Steps:

  1. From your Shopify admin, go to欧宝体育官网入口首页>Themes.
  2. Find the theme you want to edit, click thebutton to open the actions menu, and then clickEdit code.
  3. Open the relevant file.
  4. Find the line that contains{% form 'product', product.
  5. Create a new line directly below and paste the following on that line:
{{form|payment_terms}}
  1. ClickSave.

The result should look something like the following:

{%form'product',product...%}{{form|payment_terms}}...{%endform%}
Shopify准备OB欧宝娱乐APP开始销售?Try it free