Commit 3be3718a7761e0b9431a0fa8a8f70e6b3b978b96

Authored by Alex Savenko
1 parent 253bf5f2

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'] ?? '"1"';
  571 + $this->params['remarketing']['price'] = $this->params['remarketing']['price'] ?? '1';
572 572 echo /** @lang javascript */
573 573 '
574 574 <script type="text/javascript">
... ...