Announcement

Collapse
No announcement yet.

Quick Cart not showing what is in the basket.

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

    Quick Cart not showing what is in the basket.

    Since a recent update I can see that a the quick cart feature at:
    http://www.prezziesplus.co.uk isn't working properly.
    When you place an item in your basket then continue shopping the item and value do not show up in the quick cart on the rest of the site.

    Is it just my browser? Or can others see the same problem.

    It isn't returning an error so clearly the .js files needed are still there.

    I have checked anctinccore.js and actinicextras.js and they seem fine.
    The javascript in the quick cart also hasn't changed.
    The base href is correct (if you look we have removed the acatalog folder as our index is inside the folder so we don't need to refer to it. Able to do this by manually changing the network setup).

    If anyone else can see where the problem is please reply.
    regards
    Bangers
    Boxhedge New Media Design
    Design and development solutions for SME's.
    Tel: 0118 966 2786
    Examples of work can be found at http://www.boxhedge.com

    #2
    Working fine here - added 3 items from different sections plus returning to homepage and all the items are still showing.

    (using Firefox)


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Did notice in the view cart that the retreive button is always in the "over" state and the "checkout now" button does not return to the out state when button loses focus


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #4
        | can someone have a look in i.e
        Boxhedge New Media Design
        Design and development solutions for SME's.
        Tel: 0118 966 2786
        Examples of work can be found at http://www.boxhedge.com

        Comment


          #5
          All ok in IE but had the same 'glitch' as Jont



          Comment


            #6
            Okay thanks for that guy's must be my browser.
            I will look into the rollover states,
            regards
            Bangers
            Boxhedge New Media Design
            Design and development solutions for SME's.
            Tel: 0118 966 2786
            Examples of work can be found at http://www.boxhedge.com

            Comment


              #7
              Hi,
              I have a similiar problem the items and value show 0 throughout the site except when you are on the checkout page which works. Im not sure what rollover states means as mentioned in the last reply.

              Is this problem is just to do with my browser (and if so how do i fix it).

              Just remembered i forgot my website: www.toolbox37.com

              Many thanks
              ROB

              Comment


                #8
                The rollover states refers to the code surrounding the checkout page buttons, which should change when the mouse moves over them. If the same image is accidentally selected for both states - then this will not work.

                For your own problem, try replacing the
                Code:
                <script language="JavaScript">
                <!--
                document.write("Items:&nbsp;" + getCartItem(3)+"&nbsp;");
                document.write("Value:&nbsp;" + getCartItem(1));
                // -->
                </script>
                with
                Code:
                <script language="JavaScript">
                	document.write("NETQUOTEVAR:CARTCOOKIEITEMS&nbsp;" + getCartItem(3)+"&nbsp;");
                	document.write("NETQUOTEVAR:CARTCOOKIEVALUE&nbsp;" + getCartItem(1));
                </script>
                Bill
                www.egyptianwonders.co.uk
                Text directoryWorldwide Actinic(TM) shops
                BC Ness Solutions Support services, custom software
                Registered Microsoft™ Partner (ISV)
                VoIP UK: 0131 208 0605
                Located: Alexandria, EGYPT

                Comment


                  #9
                  Hi Rob,

                  have you sorted the quick cart issues? I have added and can see the items and cost using IE, FireFox and Opera.

                  Have you purged your browser cache and deleted any cookies?


                  Bikster
                  SellerDeck Designs and Responsive Themes

                  Comment

                  Working...
                  X