Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1
    Join Date
    Jan 2009
    Posts
    14
    Plugin Contributions
    0

    Default "Go to checkout" button leads to a dead page

    v1.3.8a
    New installation

    Hello from a needy newbie.

    When I add a sample product, indicate I want to buy one, and then click "Go to checkout", I get the "Internet Explorer cannot display the webpage" page.

    I have:
    1) installed v1.3.8a
    2) created a custom template
    3) installed a module to accept quick book merchant services payments

    I did not check the functionality of the "go to checkout" buttom before I installed the QBMS module.

    Thanks!

  2. #2
    Join Date
    Jan 2009
    Posts
    14
    Plugin Contributions
    0

    Default Re: "Go to checkout" button leads to a dead page

    Oh- in addition to what I wrote before, I should mention that I am using a shared hosting service (steadfast.net) and a shared ssl certificate. The checkout URL that is dead is:
    "https://pelle.nozonenet.comhttps//wholesale.pelleactivewear.com/catalog/index.php?main_page=checkout_shipping&zenid=eu1q1r1166phqs5jm9gs61mvq2[/url]"

  3. #3
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: "Go to checkout" button leads to a dead page

    https://www.zen-cart.com/tutorials/index.php?article=14

    Review the steps for changing your configure files.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  4. #4
    Join Date
    Jan 2009
    Posts
    14
    Plugin Contributions
    0

    Default Re: "Go to checkout" button leads to a dead page

    I still have issues.

    The changes you mention were not supposed to be necessary because at installation I chose SSL enabled.

    However, I have decided not to use a shared certificate, so I got a cert for my page and a dedicated IP. This means the settings would be different anyway.

    I did what the tutorial instructed, but the URL that is entered into the address bar when the "go to checkout" buttom is pressed is all wrong:

    "https://wholesale.pelleactivewear.comhttps//wholesale.pelleactivewear.com/catalog/index.php?main_page=checkout_shipping"

    You will note there are actually to URLs here smooshed together, and the second is missing a ":". So, if I manually enter the second after adding the ":", I get to checkout, but the styles and graphics are all missing!

    Here are what I beleive are the relevant sections of my configure.php files:

    include:
    // Define the webserver and path parameters
    // HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
    // HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
    define('HTTP_SERVER', 'http://wholesale.pelleactivewear.com');
    define('HTTPS_SERVER', 'https://wholesale.pelleactivewear.com');

    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'true');

    admin:
    define('HTTP_SERVER', 'http://wholesale.pelleactivewear.com');
    define('HTTPS_SERVER', 'https://wholesale.pelleactivewear.com');
    define('HTTP_CATALOG_SERVER', 'http://wholesale.pelleactivewear.com');
    define('HTTPS_CATALOG_SERVER', 'https://wholesale.pelleactivewear.com');

    // Use secure webserver for catalog module and/or admin areas?
    define('ENABLE_SSL_CATALOG', 'true');
    define('ENABLE_SSL_ADMIN', 'false');

  5. #5
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: "Go to checkout" button leads to a dead page

    After the ENABLE_SSL lines, there are some DIR_WS_XXXXX lines such as DIR_WS_CATALOG ... what did you do to those lines?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #6
    Join Date
    Jan 2009
    Posts
    14
    Plugin Contributions
    0

    Default Re: "Go to checkout" button leads to a dead page

    I left those alone from install. Here is admin:
    define('DIR_WS_ADMIN', '/catalog/admin/');
    define('DIR_WS_CATALOG', '/catalog/');
    define('DIR_WS_HTTPS_ADMIN', 'https://wholesale.pelleactivewear.com/catalog/admin/');
    define('DIR_WS_HTTPS_CATALOG', 'https://wholesale.pelleactivewear.com/catalog/');

    Here is includes:
    define('DIR_WS_CATALOG', '/catalog/');
    define('DIR_WS_HTTPS_CATALOG', 'https://wholesale.pelleactivewear.com/catalog/');

    define('DIR_WS_IMAGES', 'images/');
    define('DIR_WS_INCLUDES', 'includes/');
    define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
    define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
    define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
    define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
    define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');
    define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');

    define('DIR_WS_PHPBB', '/');

  7. #7
    Join Date
    Jan 2009
    Posts
    14
    Plugin Contributions
    0

    Default Re: "Go to checkout" button leads to a dead page

    Well, enough struggling with this. I did a fresh install since I had not gotten that far anyway and now it works right. Thanks for trying to help!

    Best,
    Owen

  8. #8
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: "Go to checkout" button leads to a dead page

    If you look at the newly-built configure.php files, you'll see that the working ones don't have a URL on the DIR_WS lines ... only a path.

    Following the pattern prevents the errors.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #9
    Join Date
    Jan 2009
    Location
    Montreal, Canada
    Posts
    228
    Plugin Contributions
    0

    Default Re: "Go to checkout" button leads to a dead page

    I think I have a similar issue...I read a lot, but can't figure it out. Clicking on Go To Checkout has this double link/path-

    https://alexandergifts.cahttps//www...._page=checkout

    My admin/includes/configure is
    PHP Code:
      define('HTTP_SERVER''http://www.alexandergifts.ca');
      
    define('HTTPS_SERVER''https://alexandergifts.ca');
      
    define('HTTP_CATALOG_SERVER''http://www.alexandergifts.ca');
      
    define('HTTPS_CATALOG_SERVER''https://alexandergifts.ca');

      
    define('ENABLE_SSL_CATALOG''false');
      
    define('ENABLE_SSL_ADMIN''true'); 
    and includes/configure is
    PHP Code:
    define('HTTP_SERVER''http://www.alexandergifts.ca');
      
    define('HTTPS_SERVER''https://alexandergifts.ca');

      
    define('ENABLE_SSL''true'); 
    I just installed an SSL cert as per the tutorial and my host's instructions and that went fine...no error messages or anything, full padlock, etc. 1.38a. Any ideas, please?

    Cheers,

    Robbie
    Last edited by Ajeh; 11 Feb 2009 at 06:37 AM. Reason: remove zenid

  10. #10
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: "Go to checkout" button leads to a dead page

    You need to have these match your secure certificate:
    define('HTTP_SERVER', 'http://www.alexandergifts.ca');
    define('HTTPS_SERVER', 'https://alexandergifts.ca');
    If the certificate is for: alexandergifts.ca

    then they need to both match:
    define('HTTP_SERVER', 'http://alexandergifts.ca');
    define('HTTPS_SERVER', 'https://alexandergifts.ca');
    If the certificate is for: www.alexandergifts.ca
    then they need to both match:
    define('HTTP_SERVER', 'http://www.alexandergifts.ca');
    define('HTTPS_SERVER', 'https://www.alexandergifts.ca');
    I believe you have your certificate for: alexandergifts.ca
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v150 2nd page of Checkout leads to "Page Not Found"
    By rdesignista in forum General Questions
    Replies: 7
    Last Post: 18 Sep 2013, 03:17 AM
  2. No "Continue" button showing on checkout page 1 of 3
    By omnicognate in forum General Questions
    Replies: 3
    Last Post: 18 Dec 2012, 03:05 AM
  3. v150 "CSS Button Addon" causing "Page Not Found" Error ...
    By Rony in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 30 Apr 2012, 05:37 AM
  4. Replies: 26
    Last Post: 19 Feb 2010, 02:56 AM
  5. 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

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