Results 1 to 7 of 7
  1. #1
    Join Date
    Feb 2009
    Posts
    78
    Plugin Contributions
    0

    Default Internet Explorer cannot display page at checkout

    Hi,

    I have a 1.3.7 version installed (I know, I will be updating it !). I did not install it my self, I am jsut taking care of a store that has been there for a few years now. As far as I now, I have no fancy flash of javascript modules installed.

    I have had a few customers who complained about not being able to checkout in the last few weeks...

    To check their orders and see if there was something related to that, I installed the Recover Cart Sales module. WOW! I have a lot of people that do not complete their transactions !

    So I started searching through the forum, but I still can't find anything. The most detailed answer I had from a customer is this:
    -using IE7 on XP, as soon as he clicks on the Checkout button in the cart, he gets an error: Internet Explorer canot display page.

    I use a MAC and I completed 3 transactions using different payment methods and did not have any problems at all. I will be testing with a friend's PC later today, but it has Vista, so I might not get the same error...

    Here is the website:
    http://www.cartamagicastore.com/

    Thanks for helping me out !

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Internet Explorer cannot display page at checkout

    I got to the payment page OK using IE7 on XP, but the success page timed out when I created an account. It did create the account, though.

    Also, you're showing the secure/non-secure error box on all secure pages in IE. It's caused by the images at the botom of the left column.

  3. #3
    Join Date
    Feb 2009
    Posts
    78
    Plugin Contributions
    0

    Default Re: Internet Explorer cannot display page at checkout



    The code for those images in at the bottom of the template for the Information box. Could this cause the checkout problem ?
    I am somewhat of a newbie with php, so here is the code where I added the 2 images. Could someone please tell me how to add these images so that I don't get the error ?

    This code is from tpl_information.php, in my personalized template folder:
    Code:
    <?php
    /**
     * Side Box Template
     *
     * @package templateSystem
     * @copyright Copyright 2003-2005 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: tpl_information.php 2982 2006-02-07 07:56:41Z birdbrain $
     */
      $content = '';
      $content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent">';
      $content .= '<h3>' . BOX_HEADING_INFORMATION . '</h3>';
      $content .= "\n" . '<ul style="margin: 0; margin-left: 7px; padding: 0; list-style-type: none;">' . "\n";
      for ($i=0; $i<sizeof($information); $i++) {
        $content .= '<li>' . $information[$i] . '</li>' . "\n";
      }
      $content .= '</ul>' .  "\n";
      $content .= '</div>';
      $content .= '<div align="center"><img src="http://www.cartamagicastore.com/images/logo_paypal-cc.jpg" /></div> '; 
      $content .= '<div align="center"><img src="http://www.cartamagicastore.com/images/wizmark.gif" /></div> '
    ?>

  4. #4
    Join Date
    Aug 2009
    Posts
    59
    Plugin Contributions
    0

    Default Re: Internet Explorer cannot display page at checkout

    change this...
    Code:
    "><img src="http://www.cartamagicastore.com/images/logo_paypal-cc.jpg" />
    
    to:
    
    "><img src="./images/logo_paypal-cc.jpg" />
    Never put a full URL in your images and this will solve the problem.

  5. #5
    Join Date
    Aug 2009
    Posts
    59
    Plugin Contributions
    0

    Default Re: Internet Explorer cannot display page at checkout

    I meant to say it will resolve the secure/unsecure message.

  6. #6
    Join Date
    Feb 2009
    Posts
    78
    Plugin Contributions
    0

    Default Re: Internet Explorer cannot display page at checkout

    Thank you !

    I guess you mean that this will not solve my checkout problem... Unless the customer's security features settings in IE produced this result because of my secure/insecure problem ?

  7. #7
    Join Date
    Aug 2009
    Posts
    59
    Plugin Contributions
    0

    Default Re: Internet Explorer cannot display page at checkout

    When you have the chance to check it out yourself you will see when it asks about the secure/nonsecure page it gives you a yes or no clickable choice. Most people don't bother reading things and just click yes which takes them to the page in question. By clicking yes both the secure and nonsecure items are shown, or maybe not shown (such as your images) which can potentially cause IE to get "confused" and it may even cause a timeout situation or a miriad of other problems.

    Hope this helps.

    John

 

 

Similar Threads

  1. Internet Explorer cannot display the webpage
    By nesin in forum Basic Configuration
    Replies: 5
    Last Post: 12 Oct 2009, 10:42 PM
  2. Replies: 3
    Last Post: 21 Jul 2009, 07:21 PM
  3. Paypal Integration Problem - "Internet Explorer cannot display the page"
    By micawber in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 19 May 2009, 06:33 PM
  4. Internet Explorer cannot display the Webpage
    By LloydR in forum General Questions
    Replies: 4
    Last Post: 8 Jul 2008, 03:30 PM
  5. Page cannot display error with Internet Explorer
    By KZBTZ in forum Installing on a Windows Server
    Replies: 1
    Last Post: 17 Dec 2007, 11:58 PM

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