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.
On this page
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:
From your Shopify admin, go to欧宝体育官网入口首页>Themes.
Find the theme you want to edit, click the...button to open the actions menu, and then clickEdit code.
From theShopify app, tap商店.
In theSales channelssection, tap欧宝体育官网入口首页.
TapManage themes.
Find the theme you want to edit, click the...button to open the actions menu, and then clickEdit code.
From theShopify app, tap商店.
In theSales channelssection, tap欧宝体育官网入口首页.
TapManage themes.
Find the theme you want to edit, click the...button to open the actions menu, and then clickEdit code.
Open the relevant file.
Find the line that contains
{% form 'product', product
.Create a new line directly below and paste the following on that line:
- ClickSave.
The result should look something like the following: