Configuring discounts for orders paid in full on Google Shopping
1 min read
Before configuring a discount for orders paid in full on Google Shopping and proceeding with the steps detailed below, please follow the instructions in the tutorial Configuring a discount for orders paid in full.
To set up the discount for orders paid in full on Google Shopping, you must add the payment method ID on the product page in the CMS.
- In the VTEX Admin, go to Storefront > Layout, or type Layout in the search bar at the top of the page.
- Click on the CMS folder.
- Then on HTML Templates.
- Select the template of your product page.
- In the
richSnippets
component, add thepaymentSystemId
parameter with the value of the desired payment method.
<body id="product-page"> <vtex.cmc:productRichSnippets showGoogle="1" paymentSystemId="6"/>
- Click on Save Template in the upper right corner.
Once the configuration is complete, the discount for orders paid in full will be available on Google Shopping.