Announcement

Collapse
No announcement yet.

shoppingcartsummary - items and value not updating?

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

    shoppingcartsummary - items and value not updating?

    I've added a shopping cart summary at the top of my pages... but when testing the shopping cart, these items are not updating.

    Can anybody give me any clues why this might be??

    Site at : http://trials.actinic.com/trials/trial53911/welsh.htm

    Thanks :O)

    #2
    Louise,

    You are missing the code for Actinic to generate this,

    place this in the <head> </head> section of your overall layout.

    Code:
    <!-- Placeholder of cookie checking javascript code. Do not remove it! -->
       <Actinic:COOKIECHECK />
    Regards,
    Grant

    --Edit--

    As well as the javascript functions:

    Code:
    <actinic:variable name="JavaScriptFunctions" />
    Place this in your <head> section, too.

    Comment

    Working...
    X