Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1

    Default Confirm Checkout blank page IE6 only?

    Hiya,
    Ok, the problem is:

    Customer goes through checkout process. Clicks Confirm Order and receives a blank white page. (We have Easy signup & FEC installed on v1.3.8a).

    I have the debugging tool, and it is reporting NO errors. I have tested on FF 3.0.11, IE7 & 8, Safari, Opera, and GChrome and orders come through fine.

    I have Supertracker installed, and the report shows that the customers who are having this issue are using IE6.

    I don't know where to start to fix this issue? How can it work for all the browsers except IE6?

    Please help?

  2. #2
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,056
    Plugin Contributions
    61

    Default Re: Confirm Checkout blank page IE6 only?

    Aside from IE6 unsupported code... You can additionally have issues with your SSL & IE6 if your SSL is not good enough to support IE6....

    Have a link?

    ~Melanie
    PRO-Webs, Inc. :: Recent Zen Cart Projects :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are NOT answered. You are welcome to contact us via our website for professional engagements.

  3. #3

    Default Re: Confirm Checkout blank page IE6 only?

    Thanks for replying!
    The site is www amazonia co nz

    Can you explain what you mean by IE6 unsupported code? And he doesn't have SSL installed

    TIA!

  4. #4
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,056
    Plugin Contributions
    61

    Default Re: Confirm Checkout blank page IE6 only?

    Ok... Checked your site out a bit, can you confirm the following setting for me?

    Admin >> Configuration >> Sessions:

    Cookie Domain >> True
    Force Cookie Use >> False
    Prevent Spider Sessions >> True
    Recreate Session >> True

    The settings above are correct.... This issue is for your sessions, I was unable in 20 click to shake the session ID. Once I did, the items in my cart were gone... May or may not be related to your checkout issue.

    Upon trying to checkout I get a redirect loop from Fast & Easy checkout, can you confirm what your shipping method is? Using free shipping?

    ~Melanie
    PRO-Webs, Inc. :: Recent Zen Cart Projects :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are NOT answered. You are welcome to contact us via our website for professional engagements.

  5. #5

    Default Re: Confirm Checkout blank page IE6 only?

    Thanks Melaine!

    Cookie Domain >> True
    Force Cookie Use >> False
    Prevent Spider Sessions >> True
    Recreate Session >> True
    Yes, the settings are the same as above.

    Now the shipping methods:
    We have installed & enabled:

    Zone Table mod (icon is yellow)
    FREE SHIPPING! (icon is green, is enabled but is not used)
    Store pickup (icon is yellow)
    Flat rate (icon is yellow)

    We have dual pricing installed for our wholesale customers, and we coded the flat rate to show only to wholesalers. We changed it to "shipping to be confirmed" and the rate is $0.00. This is the snippet of code...which I found somewhere on this forum..

    Code:
          // disable only when entire cart is free shipping
          if (zen_get_shipping_enabled($this->code)) {
    	if ($_SESSION['customer_whole'] && $_SESSION['customer_whole'] == '1' or $_SESSION['customer_whole'] && $_SESSION['customer_whole'] == '2') {
            $this->enabled = ((MODULE_SHIPPING_FLAT_STATUS == 'True') ? true : false);
          } else {
    	$this->enable = false;
    	}
          }
    Thanks again for the help!

  6. #6
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,056
    Plugin Contributions
    61

    Default Re: Confirm Checkout blank page IE6 only?

    Turn this off

    FREE SHIPPING! (icon is green, is enabled but is not used)

    Then try it

    ~Melanie
    PRO-Webs, Inc. :: Recent Zen Cart Projects :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are NOT answered. You are welcome to contact us via our website for professional engagements.

  7. #7

    Default Re: Confirm Checkout blank page IE6 only?

    I just checked the zone_table.php and we also added the following code to it:

    if ($_SESSION['customer_whole'] && $_SESSION['customer_whole'] == '1' or $_SESSION['customer_whole'] && $_SESSION['customer_whole'] == '2') {
    $this->enabled = false;
    } else {
    if (zen_get_shipping_enabled($this->code)) {
    $this->enabled = ((MODULE_SHIPPING_ZONETABLE_STATUS == 'True') ? true : false);
    }

  8. #8

    Default Re: Confirm Checkout blank page IE6 only?

    I've removed the free shipping now :)

    Can you please test for me? I can't replicate the issues on my pc's...

  9. #9
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,056
    Plugin Contributions
    61

    Default Re: Confirm Checkout blank page IE6 only?

    Still looping....

    ~Melanie
    PRO-Webs, Inc. :: Recent Zen Cart Projects :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are NOT answered. You are welcome to contact us via our website for professional engagements.

  10. #10

    Default Re: Confirm Checkout blank page IE6 only?

    Hmm ok, so is that on IE6? I don't get the loop on the other browsers...

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Checkout process Blank Page Can't confirm order
    By asiaschool in forum General Questions
    Replies: 10
    Last Post: 15 Nov 2010, 04:15 PM
  2. Blank Page after checkout confirm
    By twinstream in forum Basic Configuration
    Replies: 3
    Last Post: 10 Nov 2010, 09:16 PM
  3. Checkout Confirm Blank Page Can't confirm order
    By gump47371 in forum General Questions
    Replies: 1
    Last Post: 24 Oct 2010, 11:35 PM
  4. blank page problem on checkout -- GV only
    By Rasyr in forum Upgrading from 1.3.x to 1.3.9
    Replies: 16
    Last Post: 12 Dec 2007, 08:06 PM
  5. Blank Page on Confirm
    By rstamets in forum General Questions
    Replies: 5
    Last Post: 11 Nov 2006, 03:39 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR