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.
2 parents 7dcaa43 + a099ff7 commit acb56a5Copy full SHA for acb56a5
app/code/Magento/Cookie/View/frontend/templates/html/notices.phtml
@@ -28,7 +28,7 @@
28
"cookieNotices": {
29
"cookieAllowButtonSelector": "#btn-cookie-allow",
30
"cookieName": "<?php echo \Magento\Cookie\Helper\Cookie::IS_USER_ALLOWED_SAVE_COOKIE ?>",
31
- "cookieValue": "<?php echo $this->helper('Magento\Cookie\Helper\Cookie')->getAcceptedSaveCookiesWebsiteIds() ?>",
+ "cookieValue": <?php echo $this->helper('Magento\Cookie\Helper\Cookie')->getAcceptedSaveCookiesWebsiteIds() ?>,
32
"cookieLifetime": <?php echo $this->helper('Magento\Cookie\Helper\Cookie')->getCookieRestrictionLifetime()?>,
33
"noCookiesUrl": "<?php echo $block->getUrl('cookie/index/noCookies') ?>"
34
}
0 commit comments