Announcement

Collapse
No announcement yet.

<Actinic:COOKIECHECK/>

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

    <Actinic:COOKIECHECK/>

    Hi

    Just curious.... can anyone tell me what <Actinic:COOKIECHECK/> is for in the primary template?

    (no mention of it in the AUG).


    Regards

    Nick
    Hazelnet Web Solutions
    www.hazelnet.co.uk
    Actinic & Worldpay Partners
    Specialising in ecommerce and
    online promotion.

    Workwear and Promotional Clothing
    www.workwearhouse.co.uk
    Logo Your Polo!

    #2
    It becomes code similar to the following:

    <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
    if (document.cookie.indexOf("ACTINIC_CART=") == -1)
    document.location.replace("http://URL of cookie error message page/");
    </SCRIPT>

    Basically, if there is no cookie formed on the PC, due to privacy settings, it automatically forewards customers to a page containing details about what to do.

    Comment


      #3
      Thanks Chris

      Useful bit of information.

      One other question - can the text of the cookie error message be found in Design | Options | Text ?


      Regards

      Nick
      Hazelnet Web Solutions
      www.hazelnet.co.uk
      Actinic & Worldpay Partners
      Specialising in ecommerce and
      online promotion.

      Workwear and Promotional Clothing
      www.workwearhouse.co.uk
      Logo Your Polo!

      Comment


        #4
        Yes, it's prompt ID 52 (or just search for the word 'cookie'). Right-click on the field and select 'Zoom' to open it in a larger window.

        Comment

        Working...
        X