Announcement

Collapse
No announcement yet.

COOKIECHECK problem

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

    COOKIECHECK problem

    Hello,

    I am trying to create a new section for my web site which is not in the root and is in a new folder however my shopping cart does not display any details (i.e. items and value) its just blank on these new pages.

    After testing it i have realised that his is something to do with the <Actinic:COOKIECHECK/> tag but im not sure what, has anyone any ideas?

    All of my other html pages are in the same place (the root) and i therefore this is the first time that i have had this problem, if anyone knows how to solve this it would be extremely useful!

    Thanks

    JC

    #2
    Hi,

    If you want the cart summary on pages outside of the 'acatalog' folder then you must include (between the <HEAD> tags):

    <SCRIPT LANGUAGE="JavaScript" SRC="http://www.domain.co.uk/acatalog/actiniccore.js" TYPE="text/javascript"></SCRIPT>
    <SCRIPT LANGUAGE="JavaScript" SRC="http://www.domain.co.uk/acatalog/actinicextras.js" TYPE="text/javascript"></SCRIPT>

    The file paths must be absolute (as above - change 'domain.co.uk' to the actual URL).
    ********************
    Tracey
    SellerDeck

    Comment

    Working...
    X