Announcement

Collapse
No announcement yet.

Actinic & Persistent Cookies

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Actinic & Persistent Cookies

    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?

    #2
    You will need to add it to your brochure pages also : typically Act_BrochurePrimary.html .... as per the example code place it between the <head> and </head> of the template


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Thanks for the quick reply

      Comment

      Working...
      X