Announcement

Collapse
No announcement yet.

Display "Amount of Items" and Value of Shopping Cart

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

    Display "Amount of Items" and Value of Shopping Cart

    How do I code my pages to display the "Amount of Items" and Value of their shopping cart? I'm sure Actinic contains these dynamic items somewhere but I can't find them!

    If someone could point me in the right direction that would be awesome

    Regards and thanks for your time,
    Scott.
    Undergraduate in Product Design - Loughborough University

    #2
    In Design tab, Page Preview, right-click where you want this displayed and choose Insert Layout. From Layout Selectors select choose ShoppingCartSummary. Then check Use Fixed Layout and you'll be presented with a choice of styles.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Hey thanks for leading me to the right place, still having a slight problem with it...

      http://www.angliaaquatics.com

      Basically, the values only show when the user is on the shopping cart page, how do i sort this?

      Also, when running the layout in Actinic Microsoft alerts to 'Debug'...i think it is the script conflicting with the coding of the program or something? Its definately the Cart Summary thats causing this.

      Cheers for your time,
      Scott.
      Undergraduate in Product Design - Loughborough University

      Comment


        #4
        Someone has removed the foloowing lines from the HEAD area of your Ovarall Layout.
        Code:
           <script language="javascript" type="text/javascript" src="actiniccore.js"></script>
           <script language="javascript" type="text/javascript" src="actinicextras.js"></script>
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          PS. Best check your site using Firefox. Some broken layout there.
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment


            #6
            Awesome thankyou! Yes I've noticed...I'm trying to sort that

            Much appreciated,
            Scott
            Undergraduate in Product Design - Loughborough University

            Comment

            Working...
            X