Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Nov 2009
    Location
    Cheshire, UK
    Posts
    18
    Plugin Contributions
    0

    Default When clicking through checkout to get to the shipping page I get a 500 error

    I have a similar problem but mine is a 500 error when clicking through checkout to get to the shipping page I get the 500 error there???

    try for yourself www.bluedragonmartialarts.co.uk
    Last edited by bluedragon; 7 Aug 2010 at 11:05 AM. Reason: missed some info

  2. #2
    Join Date
    Dec 2010
    Posts
    12
    Plugin Contributions
    0

    Default Re: When clicking through checkout to get to the shipping page I get a 500 error

    did you ever resolve your problem?

  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: When clicking through checkout to get to the shipping page I get a 500 error

    mine is a 500 error when clicking through checkout to get to the shipping page I get the 500 error there
    https://www.zen-cart.com/tutorials/index.php?article=63
    Zen-Venom Get Bitten

  4. #4
    Join Date
    Dec 2010
    Posts
    12
    Plugin Contributions
    0

    Default Re: When clicking through checkout to get to the shipping page I get a 500 error

    I had that error because something is wrong with the icon I was trying to display for free shipping. Do you see anything wrong with this line:
    $this->icon = $template->get_template_dir('free_shipping.jpeg', DIR_WS_TEMPLATE, $current_page_base,'images/icons'). '/' . 'free_shipping.jpeg';

    If I commented it out, everything works fine. I do have the image loaded

  5. #5
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: When clicking through checkout to get to the shipping page I get a 500 error

    The only instance of this I could quickly locate is as follows
    Code:
    $this->icon = $template->get_template_dir('shipping_usps.gif', DIR_WS_TEMPLATE, $current_page_base,'images/icons'). '/' . 'shipping_usps.gif';
    
    if (zen_not_null($this->icon)) $this->quotes['icon'] = zen_image($this->icon, $this->title);
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. How to get custom shipping module costs through to checkout?
    By s_mack in forum Addon Shipping Modules
    Replies: 33
    Last Post: 3 Feb 2017, 06:16 AM
  2. v150 Can't get past the shipping page during checkout
    By DivaVocals in forum General Questions
    Replies: 2
    Last Post: 21 Dec 2012, 07:42 PM
  3. I get a HTTP 500 error when I'm checking out
    By jurjenruben in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 25 Mar 2008, 11:18 AM
  4. Can't even get the installer to run - IISPassword 500 error
    By -Havoc- in forum General Questions
    Replies: 6
    Last Post: 18 Apr 2007, 07:15 AM
  5. Cart hangs when clicking on go to check out...get this error message
    By Ken Joy in forum Upgrading from 1.3.x to 1.3.9
    Replies: 6
    Last Post: 14 Mar 2007, 07:16 AM

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