We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b55d6 commit 930e066Copy full SHA for 930e066
view/adminhtml/templates/system/config/event/list.phtml
@@ -78,7 +78,7 @@ $eventsExtra = [
78
</div>
79
<?php if (!$block->isPlusEnabled() || !$block->isExtraEnabled()) { ?>
80
<button title="Upgrade" type="button" class="primary" onclick="window.open('https://magefan.com/magento-2-google-tag-manager/pricing')">
81
- <span>Upgrade to GTM <?php if (!$block->isPlusEnabled()) echo 'Plus or' ?> Extra</span>
+ <span>Upgrade to GTM <?php if (!$block->isPlusEnabled()) { echo 'Plus or'; } ?> Extra</span>
82
</button>
83
<?php } ?>
84
0 commit comments