Announcement

Collapse
No announcement yet.

Help! Error in shopping cart and checkout

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

    Help! Error in shopping cart and checkout

    When viewing my site's shopping cart and checkout pages, none of the images on the pages are shown. All of this happened ironically after I installed Internet Explorer 7. Can someone please give my site a try and post back? I really need to correct this - I hope it's not a major issue.

    http://www.greektownimports.com
    Regards,
    Tsombo
    http://www.greektownimports.com

    #2
    Tsombo - I can't answer the question directly, but your images are still there - they appear fine in IE6 but for some reason they don't show in IE7, so loading IE7 hasn't affected your site, it's just that using IE7 you can't see these images. Hopefully someone else can help further. Mark.

    Aquazuro - designer stainless steel accessories

    Comment


      #3
      Remove this from the top of your template for these pages it should resolve the problem:

      Code:
      <tr><td colspan="3"><img src="pixel.gif" width="5" height="1" alt="spacer" /></td></tr>
      It is placed in the HEAD which is not allowed. Eg look at the page code source:

      Code:
      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD><tr><td colspan="3"><img src="pixel.gif" width="5" height="1" alt="spacer" /></td></tr><TITLE>Gift World - GreekTownImports.com Checkout</TITLE><BASE HREF="http://www.greektownimports.com/acatalog/"><META NAME="ACTINICTITLE" CONTENT="Checkout"><META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1"> <META NAME="ActinicKey" CONTENT="2af60efcda6c3f22aa798d2d76861f411">
      <META NAME="Generator" CONTENT="accxecom5">
         <LINK REL=STYLESHEET HREF="actinic.css"><LINK REL=STYLESHEET HREF="catalog.css"><SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT><SCRIPT LANGUAGE="JavaScript" SRC="actinicextras.js" TYPE="text/javascript"></SCRIPT> <SCRIPT LANGUAGE="JavaScript" SRC="Act_section_tree.js" TYPE="text/javascript"><!-- 
      // -->
      </SCRIPT>
      </HEAD><BODY...........
      It was probably caused by a cut & paste error, perhaps some time ago, and only come to light with IE7.

      Comment


        #4
        It is strange. When I used the IE7 Developers toolbar to look at the image paths, it showed them all looking for the images in cgi-bin.

        [edit]Good spot Duncan....[/edit]
        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


          #5
          I checked per my post above and can confirm that the 'extra' code is causing the problem. When I remove it, save and load in IE7 then the page works ok.

          Comment


            #6
            Originally posted by wjcampbe
            ...the IE7 Developers toolbar...
            It's a pity that this doesn't pick up instances like this.

            Comment


              #7
              Duncan - nothing beats the mark1 eyeball
              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


                #8
                Thanks...Worked like a charm!
                Regards,
                Tsombo
                http://www.greektownimports.com

                Comment

                Working...
                X