Commit a42aca50a5978dce5bfef90b83bff3162b8bcd60
1 parent
78ccce7a
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'] ?? '"0"'; | |
572 | 572 | echo /** @lang javascript */ |
573 | 573 | ' |
574 | 574 | <script type="text/javascript"> | ... | ... |