Announcement

Collapse
No announcement yet.

Your basket problem with upgrade

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

    Your basket problem with upgrade

    I have just upgraded from v5 to v6 and I had on each page a script which had the amount in the basket + Handling Charge showing in the top right hand corner of the page.
    After upgrading the text is still there but it doesn't show any amounts. Also some smaller text has appeared lower down which states Items in Cart and Amount but no amounts are shown there either.
    Could someone help me to get one of them working and to delete the other?
    the website is www.skyelight.co.uk/acatalog/info.html
    Many thanks
    Nick
    Nick
    www.skyelight.co.uk

    #2
    In your overall layout template (normally called 'Act_Primary.html' within your 'Site1' folder) you have got the following lines near the top:

    <SCRIPT LANGUAGE="JavaScript" SRC="actinicextras.js" TYPE="text/javascript"></SCRIPT>
    <SCRIPT LANGUAGE="JavaScript" SRC="actinicextras.js" TYPE="text/javascript"></SCRIPT>

    You can access this template by going to 'Design | Options | Layouts' and clicking 'Edit' next to the 'Default Overall Layout' field.

    In the above lines, change the first one to:

    <SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT>

    Comment


      #3
      Thanks - it works now - much appreciated

      Nick
      Nick
      www.skyelight.co.uk

      Comment

      Working...
      X