Commit cd2e2171f749dd581c17f0bb2d930aa3f73ee54f
1 parent
73bb0471
dynx_totalvalue param value of 0
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/layouts/main.php
... | ... | @@ -574,7 +574,7 @@ |
574 | 574 | var google_tag_params = { |
575 | 575 | dynx_pagetype: "'.$this->params['remarketing']['type'].'", |
576 | 576 | dynx_itemid: "'.$this->params['remarketing']['id'].'", |
577 | - dynx_totalvalue: '.$this->params['remarketing']['price'].' | |
577 | + dynx_totalvalue: '.$this->params['remarketing']['price']??'0'.' | |
578 | 578 | }; |
579 | 579 | </script> |
580 | 580 | '; | ... | ... |