Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Sep 2006
    Posts
    111
    Plugin Contributions
    0

    Default I can't Continue to Step 2 in the cart

    I don't know whats going on but why can't i

    Continue to Step 2
    - choose your payment method.

    Could someone please tell me what setting I need to set to stop getting this error...

  2. #2
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: I can't Continue to Step 2 in the cart

    Do you have any shipping modules installed on your site?

    If not, none will be presented in the step 1 the checkout shipping page, but customers will be bounced back when they try to move to step 2 as a shipping method must be chosen before moving on to deal with payments.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #3
    Join Date
    Sep 2006
    Posts
    111
    Plugin Contributions
    0

    Default Re: I can't Continue to Step 2 in the cart

    Yes I do have a module installed....The flat rate module.......is there anything else i needed to do for this to work.....I have noticed that there are no zones set in this section maybe that could be my problem if it is how do I set the zones.....so they show up in the flat rate install part.

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

    Default Re: I can't Continue to Step 2 in the cart

    Do you have 0 weight products?

    Does 0 weight mean Free Shipping?

    If yes, is the Free Shipping freeshipper Shipping Module installed?

    If no, did you set that setting in the Configuration ... Shipping/Packaging that 0 weight does not mean Free Shipping?
    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!

  5. #5
    Join Date
    Sep 2006
    Posts
    111
    Plugin Contributions
    0

    Default Re: I can't Continue to Step 2 in the cart

    yes i checked the configurations and they all seem correct...

    I do get to the section where I select flat rate shipping then when I continue to the next step I get an error still the error is

    Warning: Cannot modify header information - headers already sent by (output started at /home/precutdi/public_html/bizzybecscardmakingscrapbooking/bizzybecscardmakingscrapbooking/includes/languages/english/modules/shipping/flat.php:53) in /home/precutdi/public_html/bizzybecscardmakingscrapbooking/bizzybecscardmakingscrapbooking/includes/functions/functions_general.php on line 41


    If some one has any clue please help......I don't understand these errors.....

    Am I doing something wrong....

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

    Default Re: I can't Continue to Step 2 in the cart

    If you look at the flat.php in the language directory ... I believe you have space(s) or blank line(s) after the final ?> in the file ...

    This will cause errors in php ... just edit the file again and remove the spaces/blank lines and reload it ... this should correct the headers already sent error message ...
    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!

  7. #7
    Join Date
    Sep 2006
    Posts
    111
    Plugin Contributions
    0

    Default Re: I can't Continue to Step 2 in the cart

    Thank you for letting me know that......I went to check the file and I don't have anything typed after the last ?>...should I have something there?
    I'll copy the file here so you can see...It is the file from where you told me to get it from......I just don't understand this problem is really starting to bug me...


    <?php

    //

    // +----------------------------------------------------------------------+

    // |zen-cart Open Source E-commerce |

    // +----------------------------------------------------------------------+

    // | Copyright (c) 2003 The zen-cart developers |

    // | |

    // | http://www.zen-cart.com/index.php |

    // | |

    // | Portions Copyright (c) 2003 osCommerce |

    // +----------------------------------------------------------------------+

    // | This source file is subject to version 2.0 of the GPL license, |

    // | that is bundled with this package in the file LICENSE, and is |

    // | available through the world-wide-web at the following url: |

    // | http://www.zen-cart.com/license/2_0.txt. |

    // | If you did not receive a copy of the zen-cart license and are unable |

    // | to obtain it through the world-wide-web, please send a note to |

    // | license AT zen-cart DOT com so we can mail you a copy immediately. |

    // +----------------------------------------------------------------------+

    // $Id: flat.php 1969 2005-09-13 06:57:21Z drbyte $

    //



    define('MODULE_SHIPPING_FLAT_TEXT_TITLE', 'Flat Rate');

    define('MODULE_SHIPPING_FLAT_TEXT_DESCRIPTION', 'Flat Rate');

    define('MODULE_SHIPPING_FLAT_TEXT_WAY', 'Best Way');

    ?>

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

    Default Re: I can't Continue to Step 2 in the cart

    Look at the bottom of the file:

    define('MODULE_SHIPPING_FLAT_TEXT_TITLE', 'Flat Rate');

    define('MODULE_SHIPPING_FLAT_TEXT_DESCRIPTION', 'Flat Rate');

    define('MODULE_SHIPPING_FLAT_TEXT_WAY', 'Best Way');

    ?>

    There can be no spaces or blank lines after that ?>

    You already are double spaced ... a pretty good indicator that something is living down there ...

    Be sure you are using a good TEXT Editor and not your web site's Control Panel, FrontPage, WordProcessor, etc.
    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!

  9. #9
    Join Date
    Sep 2006
    Posts
    111
    Plugin Contributions
    0

    Default Re: I can't Continue to Step 2 in the cart

    LOL....Thank you....With the webhost I'm with it was a instant install of zencart..
    I just went to the website and downloaded my version of the cart and I reuploaded the file from there...It worked...and yes that file does look the way you said it should look...I don't know why that other file went the way it did...I never changed anything down there...
    Thank you so much for your help...I have another (small) problem now so I will go post that one in the correct section..

    Misty

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

    Default Re: I can't Continue to Step 2 in the cart

    Thanks for the update ...

    Always best to get Zen Cart from us vs the auto-install ... strangest things can happen with those ...

    Great to play ... can be a horrible nightmare to use for real ...
    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. Can't get past Step 1 of 3 - No continue button
    By jebolton in forum Basic Configuration
    Replies: 5
    Last Post: 14 Jun 2007, 08:14 PM
  2. Can't see the cart contents in step 3 of checkout
    By benthomas in forum Basic Configuration
    Replies: 3
    Last Post: 6 Nov 2006, 06:23 AM
  3. no continue button on Step 2
    By cshart in forum General Questions
    Replies: 1
    Last Post: 15 Oct 2006, 10:20 PM
  4. URGENT wont Continue to Step 2
    By oavs in forum Managing Customers and Orders
    Replies: 3
    Last Post: 12 May 2006, 05:10 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