From f3bc9c4b429c1b322165fe7f02734a1c47ac1458 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 5 Dec 2016 18:21:25 +0200 Subject: [PATCH] remarketing --- frontend/views/catalog/product.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/views/catalog/product.php b/frontend/views/catalog/product.php index 163a40d..a437e46 100755 --- a/frontend/views/catalog/product.php +++ b/frontend/views/catalog/product.php @@ -40,7 +40,7 @@ $this->params[ 'breadcrumbs' ][] = $product->name . ' #' . $product->variant->sku; $this->params['remarketing']['type'] = 'offerdetail'; - $this->params['remarketing']['id'] = $product->product_id; + $this->params['remarketing']['id'] = $product->variant->product_variant_id; $this->params['remarketing']['price'] = $product->getPrice(); ?> -- libgit2 0.21.4