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
    3,182
    Plugin Contributions
    21

    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.

  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
    3,182
    Plugin Contributions
    21

    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.

  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
    3,182
    Plugin Contributions
    21

    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.

  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
    3,182
    Plugin Contributions
    21

    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.

  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. HELP! blank screen at confirm order
    By billt in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 10 Mar 2009, 12:04 AM
  2. Replies: 1
    Last Post: 22 Jan 2009, 11:24 AM
  3. Replies: 2
    Last Post: 3 Aug 2008, 03:51 PM
  4. Mask "Confirm" button in step 3 checkout page
    By petek in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 28 Mar 2008, 07:18 AM
  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
  •