osCmax v2.5 User Manual
Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Zone Shipping

This is a discussion on Zone Shipping within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; How do I set number of zones needed for zone shipping in MS2.2 ? Thanks Kmazumdar...

      
  1. #1
    New Member
    Join Date
    Nov 2003
    Posts
    21
    Rep Power
    0


    Default Zone Shipping

    How do I set number of zones needed for zone shipping in MS2.2 ?

    Thanks
    Kmazumdar

  2. #2
    New Member
    Join Date
    Nov 2003
    Posts
    21
    Rep Power
    0


    Default

    Please can anybody answer ?

    Thanks

  3. #3
    Lurker
    Join Date
    Dec 2003
    Posts
    2
    Rep Power
    0


    Default

    yeah I can't work it out as well???

  4. #4
    Member
    Join Date
    Jun 2003
    Location
    Helsinki
    Posts
    65
    Rep Power
    0


    Default

    Some problem here. The Edit only gives to possibility to enter countries and shipping table for Zone 1, that is, it's not really doing much more than normal table rate.

  5. #5
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    22


    Default

    Read the comment in the file ZONE.PHP. It expains how to add more ZONES...

    USAGE
    By default, the module comes with support for 1 zone. This can be
    easily changed by editing the line below in the zones constructor
    that defines $this->num_zones.


    and on aprox line 111 change:

    // CUSTOMIZE THIS SETTING FOR THE NUMBER OF ZONES NEEDED
    $this->num_zones = 1;
    to
    // CUSTOMIZE THIS SETTING FOR THE NUMBER OF ZONES NEEDED
    $this->num_zones = 3; //or what ever you need!
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

  6. #6
    Member
    Join Date
    Jun 2003
    Location
    Helsinki
    Posts
    65
    Rep Power
    0


    Default

    Thanks for your answer. When I change the number though, I get more fields to fill in admin of this module, but no descriptions for them. Also, whichever values I fill into them, the values won't stick at all (they do not show after edit nor when I edit again).

    If I then access the checkout with the module active, I get:

    Warning: Couldn't find constant MODULE_SHIPPING_ZONES_COUNTRIES_2 in catalog/includes/modules/shipping/zones.php on line 123

    Warning: Couldn't find constant MODULE_SHIPPING_ZONES_COUNTRIES_3 in catalog/includes/modules/shipping/zones.php on line 123

    (note: I'm using MAX, if it makes any difference)

    Where is it supposed to be defined?

  7. #7
    New Member
    Join Date
    Feb 2004
    Posts
    6
    Rep Power
    0


    Default

    Hello...I'm having the same problem. Have you figured out how to resolve?? Thanks.

  8. #8
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    22


    Default

    It should only LIST the zones - like Zone 1, Zone 2, etc.... The "Zone X" is hard coded.

    You have to INSTALL the shipping module AFTER you make the change. This should loop and install these variables in the table as MODULE_SHIPPING_ZONES_COUNTRIES_x .

    If already installed - uninstall it BEFORE you make the change to the code. Then "install" it after the change.
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

  9. #9
    New Member
    Join Date
    Feb 2004
    Posts
    6
    Rep Power
    0


    Default

    Sorry for the dumb question...how do I uninstall/install a shipping module? I don't see any way to uninstall a specific module. Thanks!!

  10. #10
    Member
    Join Date
    Jun 2003
    Location
    Helsinki
    Posts
    65
    Rep Power
    0


    Default

    You go to the Modules section of the admin interface, then choose shipping modules you want to uninstall and click on Remove from the right hand side.
    Install is similar, except you click on install.

Page 1 of 2 12 LastLast

Similar Threads

  1. Need Help setting up Price Based Multi-Zone Shipping Rates
    By heathyre in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 12-02-2006, 04:46 PM
  2. free shipping/delivery to local addresses -- add "zone&
    By gheffron in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 05-13-2004, 12:14 PM
  3. Time Zone
    By rd42 in forum osCMax v1.7 Installation
    Replies: 1
    Last Post: 01-08-2004, 06:33 AM
  4. Zone Shipping Charges
    By finn in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 10-01-2003, 06:47 AM
  5. Free Shipping/flat rate shipping in zone
    By cvc505 in forum osCommerce 2.2 Installation Help
    Replies: 2
    Last Post: 07-21-2003, 09:29 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
  •