{"section":"tutorials","requestedLocale":"en","requestedSlug":"configuring-discounts-for-orders-prepaid-in-full-on-google-shopping","locale":"en","slug":"configuring-discounts-for-orders-prepaid-in-full-on-google-shopping","path":"docs/en/tutorials/integrations/price/configuring-discounts-for-orders-prepaid-in-full-on-google-shopping.md","branch":"main","content":"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](/en/tutorial/configuring-a-discount-for-orders-prepaid-in-full--7Lfcj9Wb5dpYfA2gKkACIt#).\n\nTo 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. \n\n1. In the VTEX Admin, go to *Storefront > Layout*, or type *Layout* in the search bar at the top of the page.\n2. Click on the __CMS__ folder. \n3. Then on __HTML Templates__.\n4. Select the template of your product page.\n5. In the `richSnippets` component, add the `paymentSystemId` parameter with the value of the desired payment method.\n\n```\n<body id=\"product-page\">\n    \n    <vtex.cmc:productRichSnippets showGoogle=\"1\" paymentSystemId=\"6\"/>\n    \n```\n\n6. Click on __Save Template__ in the upper right corner.\n\nOnce the configuration is complete, the discount for orders paid in full will be available on Google Shopping."}