osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

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...


Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > osCommerce 2.2 Modification Help

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 11-02-2003, 04:16 AM
New Member
 
Join Date: Nov 2003
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
kmazumdar
Default Zone Shipping

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

Thanks
Kmazumdar
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 11-03-2003, 10:14 AM
New Member
 
Join Date: Nov 2003
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
kmazumdar
Default

Please can anybody answer ?

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 12-11-2003, 07:56 AM
Lurker
 
Join Date: Dec 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
samyj
Default

yeah I can't work it out as well???
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 01-03-2004, 08:08 AM
Member
 
Join Date: Jun 2003
Location: Helsinki
Posts: 65
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Lynoure
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 01-05-2004, 09:13 AM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 1,808
Thanks: 5
Thanked 105 Times in 91 Posts
Rep Power: 12
jpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to all
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
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!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 01-30-2004, 03:45 PM
Member
 
Join Date: Jun 2003
Location: Helsinki
Posts: 65
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Lynoure
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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 02-04-2004, 05:06 AM
New Member
 
Join Date: Feb 2004
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
mshaffer
Default

Hello...I'm having the same problem. Have you figured out how to resolve?? Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 02-04-2004, 06:58 AM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 1,808
Thanks: 5
Thanked 105 Times in 91 Posts
Rep Power: 12
jpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to all
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
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!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9  
Old 02-04-2004, 06:00 PM
New Member
 
Join Date: Feb 2004
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
mshaffer
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!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #10  
Old 02-05-2004, 04:50 AM
Member
 
Join Date: Jun 2003
Location: Helsinki
Posts: 65
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Lynoure
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Need Help setting up Price Based Multi-Zone Shipping Rates heathyre osCommerce 2.2 Modification Help 1 12-02-2006 05:46 PM
free shipping/delivery to local addresses -- add "zone& gheffron osCMax v1.7 Discussion 0 05-13-2004 01:14 PM
Time Zone rd42 osCMax v1.7 Installation 1 01-08-2004 07:33 AM
Zone Shipping Charges finn osCommerce 2.2 Modification Help 0 10-01-2003 07:47 AM
Free Shipping/flat rate shipping in zone cvc505 osCommerce 2.2 Installation Help 2 07-21-2003 10:29 AM


All times are GMT -8. The time now is 04:02 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax