Commit f3bc9c4b429c1b322165fe7f02734a1c47ac1458

Authored by Alex Savenko
1 parent 88ca338b

remarketing

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/catalog/product.php
@@ -40,7 +40,7 @@ @@ -40,7 +40,7 @@
40 $this->params[ 'breadcrumbs' ][] = $product->name . ' #' . $product->variant->sku; 40 $this->params[ 'breadcrumbs' ][] = $product->name . ' #' . $product->variant->sku;
41 41
42 $this->params['remarketing']['type'] = 'offerdetail'; 42 $this->params['remarketing']['type'] = 'offerdetail';
43 - $this->params['remarketing']['id'] = $product->product_id; 43 + $this->params['remarketing']['id'] = $product->variant->product_variant_id;
44 $this->params['remarketing']['price'] = $product->getPrice(); 44 $this->params['remarketing']['price'] = $product->getPrice();
45 ?> 45 ?>
46 46