Can any body give me some advice regards using peristent cookies on my store. I have the required script:
<head>
<script src="PersistentCookie.js"></script>
</head>
and I need the cookie to be dropped from any page but I am not sure which html file to add the script to. I am guessing Act_Primary.html and if so do I insert this after the <Head> tag?
<head>
<script src="PersistentCookie.js"></script>
</head>
and I need the cookie to be dropped from any page but I am not sure which html file to add the script to. I am guessing Act_Primary.html and if so do I insert this after the <Head> tag?
Comment