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