diff --git a/frontend/views/catalog/product.php b/frontend/views/catalog/product.php index 59b2bb3..163a40d 100755 --- a/frontend/views/catalog/product.php +++ b/frontend/views/catalog/product.php @@ -38,6 +38,10 @@ 'url' => ['catalog/category', 'category' => $category, 'filters' => ['brands' => [$product->brand->alias]]], ]; $this->params[ 'breadcrumbs' ][] = $product->name . ' #' . $product->variant->sku; + + $this->params['remarketing']['type'] = 'offerdetail'; + $this->params['remarketing']['id'] = $product->product_id; + $this->params['remarketing']['price'] = $product->getPrice(); ?>