Commit 1bcc6065d90c08ec37b77bcd528cc4890a85832e

Authored by Alex Savenko
1 parent 8077c808

remarketing

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/order/success.php
... ... @@ -10,7 +10,7 @@
10 10 $order = $order_data[ 'order' ];
11 11 $variants = $order_data[ 'variants' ];
12 12  
13   - $products = $order->getProducts();
  13 + $products = $order->getBasketMods();
14 14 $this->params['remarketing']['type'] = 'conversion';
15 15 $this->params['remarketing']['id'] = '';
16 16 $this->params['remarketing']['price'] = '';
... ...