google-trusted-stores

How to add custom code to prestashop

心不动则不痛 提交于 2019-12-13 05:15:20
问题 I am trying to add the following code to my prestashop site to be able to display my google trusted site badge: <!-- BEGIN: Google Trusted Stores --> <script type="text/javascript"> var gts = gts || []; gts.push(["id", "STORE_ID"]); gts.push(["badge_position", "BOTTOM_RIGHT"]); gts.push(["locale", "english_australia"]); gts.push(["google_base_offer_id", "ITEM_GOOGLE_SHOPPING_ID"]); gts.push(["google_base_subaccount_id", "ITEM_GOOGLE_SHOPPING_ACCOUNT_ID"]); gts.push(["google_base_country",

Add Google trust badge to Magento

做~自己de王妃 提交于 2019-12-10 16:35:30
问题 I am trying to add Google Trust Badge to my magento store. I tried to search extension on Magento website, but I couldn't find one. Do I need to just paste the below code to the products and checkout page or I have to make changes to it? I will be very thankful if someone can guide me to right direction. <!-- BEGIN: Google Trusted Store --> <script type="text/javascript"> var gts = gts || []; gts.push(["id", "54785"]); gts.push(["google_base_offer_id", "ITEM_PRODUCT_SEARCH_ID"]); gts.push([