Announcement

Collapse
No announcement yet.

Shopping cart empty error!

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

    Shopping cart empty error!

    Hi,

    This only happens on my pc so far. Other pc I tested do not produce the error I got.

    1. I received "Error: The site configuration has been updated by the shop operator while you are checking out.....". I checked on the forum and found that it might be my cart is empty.

    2. I checked the cart and yes it was empty. I tried to add item in it and confirm without any issue. I went to check on cart, it's was empty again .

    Can anybody help me on this issue?

    I have attached the file.

    P/S: What is that strange character "กก" appear under remove column? Sometime I see it and sometime not.
    Attached Files

    #2
    Alan

    Would you be able to post a URL of where this issue is happening?

    With regards to the 'ii', open Act_ShoppingCartXML.html and look for where it says <!-- Empty cart message begin -->.
    The code should read:
    Code:
    	<!-- Empty cart message begin -->
    		<TR>
    			<TD ALIGN=LEFT COLSPAN="NETQUOTEVAR:PRICECOLSPAN" BGCOLOR="NETQUOTEVAR:CHECKOUTBG"><SPAN CLASS="actxsmall"><B>NETQUOTEVAR:EMPTYCARTMESSAGE</B></SPAN></TD>
    			<TD ALIGN=RIGHT BGCOLOR="NETQUOTEVAR:CHECKOUTBG"><SPAN CLASS="actxsmall">--</SPAN></TD>
    			NETQUOTEDEL:REMOVE
    			<TD ALIGN="CENTER" ROWSPAN="NETQUOTEVAR:REMOVEROWSPAN">&amp;nbsp;</TD>
    			NETQUOTEDEL:REMOVE
    		</TR>
    	<!-- Empty cart message end -->
    This is where you need to look for your rogue 'ii'.

    Comment


      #3
      Solved!

      Thank you for your advise.

      Yes, it's the "&nbsp;" that caused the problem. Hmm don't know why ?

      I removed it and the no more "กก" displayed.

      Comment

      Working...
      X