Magento商店主页

时间:2014-08-26 13:57:14

标签: jquery html magento cookies

我有一个弹出线,我想整合到主页。应该在哪里编辑模板文件以使该行正常工作。顶行(cookies)应该按下整个主页内容,直到有人点击关闭。点击关闭链接后,主页应返回到顶部位置。这是我的网站:http://www.thebodyshop.ie/

这是我的代码

    <script type="text/javascript">
function toggle_visibility(id) {
   var e = document.getElementById(id);
   if(e.style.display == 'block')
      e.style.display = 'none';
   else
      e.style.display = 'block';
}

这是html:

<nav id="cookies-popup" style="background-color: #666665; width:100%; height:auto;"><div id="CCompliance" style="display: block; min-width: 751px;background-color: #666665;color: #FFFFFF;font: 13px/13px gill-ss-std,Verdana,Geneva,sans-serif;padding: 0;margin: 0 auto;z-index: 5;text-align: center;">We use cookies. For more information on our cookie policy<a id="CComplianceLink" href="#" style="text-decoration: underline;cursor: pointer;font: 13px/40px gill-ss-std,Verdana,Geneva,sans-serif;color: #FFFFFF;">follow this link.</a>By closing this message or continuing to browse the site, you are agreeing to our use of cookies on this device.<span id="CComplianceClose" style="text-decoration: underline;cursor: pointerfont: 13px/40px gill-ss-std,Verdana,Geneva,sans-serif;color: #FFFFFF;" onclick="toggle_visibility('CCompliance');">Close</span></div></nav>

感谢您的帮助。

1 个答案:

答案 0 :(得分:0)

我发现了一个非常有用的magento扩展功能。非常容易使用,而且免费。 100%感谢开发人员Valdecode。如果您需要类似的解决方案,那么我强烈建议您使用此扩展程序:欧盟Cookie法律合规性,请点击下面的链接。

EU Cookie Law Compliance