Skip to content

Instantly share code, notes, and snippets.

{* Integrate the survey opt-in module Google Merchant Center for Prestashop 1.7
*
* STEP 1
* Add this code in your tpl file in themes/YOUR_THEME/templates/checkout/order-confirmation.tpl inside the block page_content_container -> {block name='page_content_container'}
*
* STEP 2
* Define your google Merchant ID in {assign var="merchant_id" value="YOUR_ID"}
* Define how many days your order will be deliveried {assign var="estimated_delivery_days" value="NUMBER_OF_DAYS"}
*
*