From 8077c8084eeecf4034644d1de4c3aa6a1ea8b685 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 5 Dec 2016 17:46:44 +0200 Subject: [PATCH] remarketing --- frontend/views/order/index.php | 2 +- frontend/views/order/success.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/views/order/index.php b/frontend/views/order/index.php index 0a42456..77a1ba3 100755 --- a/frontend/views/order/index.php +++ b/frontend/views/order/index.php @@ -15,7 +15,7 @@ $this->params[ 'seo' ][ Seo::TITLE] = $this->title; * @var ProductVariant[] $models * @var Basket $basket */ -$this->params['remarketing']['type'] = 'conversionintent'; +$this->params['remarketing']['type'] = 'conversion'; $this->params['remarketing']['id'] = ''; $this->params['remarketing']['price'] = ''; if (count($models) > 1) { diff --git a/frontend/views/order/success.php b/frontend/views/order/success.php index c271d98..d577fe3 100755 --- a/frontend/views/order/success.php +++ b/frontend/views/order/success.php @@ -11,7 +11,7 @@ $variants = $order_data[ 'variants' ]; $products = $order->getProducts(); - $this->params['remarketing']['type'] = 'conversionintent'; + $this->params['remarketing']['type'] = 'conversion'; $this->params['remarketing']['id'] = ''; $this->params['remarketing']['price'] = ''; if (count($products) > 1) { -- libgit2 0.21.4