File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/GoogleAdwords/view/frontend/templates Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1616 var google_conversion_color = "<?= $ block ->escapeJs ($ block ->getHelper ()->getConversionColor ()) ?> ";
1717 var google_conversion_label = "<?= $ block ->escapeJs ($ block ->getHelper ()->getConversionLabel ()) ?> ";
1818 var google_conversion_value = <?= $ block ->escapeJs ($ block ->getHelper ()->getConversionValue ()) ?> ;
19- <?php if ($ block ->getHelper ()->hasSendConversionValueCurrency () && $ block ->getHelper ()->getConversionValueCurrency ()): ?>
19+ <?php if ($ block ->getHelper ()->hasSendConversionValueCurrency () && $ block ->getHelper ()->getConversionValueCurrency ()) : ?>
2020 var google_conversion_currency = "<?= $ block ->escapeJs ($ block ->getHelper ()->getConversionValueCurrency ()) ?> ";
2121 <?php endif ; ?>
2222 /* ]]> */
You can’t perform that action at this time.
0 commit comments