Commit 253bf5f2302629ab2cf863cd1590ce014ef6b56d

Authored by Alex Savenko
1 parent a42aca50

dynx_totalvalue param value of 0

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/layouts/main.php
... ... @@ -568,7 +568,7 @@
568 568 ';
569 569 }
570 570 elseif (isset($this->params['remarketing'])) {
571   - $this->params['remarketing']['price'] = $this->params['remarketing']['price'] ?? '"0"';
  571 + $this->params['remarketing']['price'] = $this->params['remarketing']['price'] ?? '"1"';
572 572 echo /** @lang javascript */
573 573 '
574 574 <script type="text/javascript">
... ...