What do you mean by 'filter'?
John
What do you mean by 'filter'?
John
Setting a Zone is like setting a filter of who can use the module ...
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!]
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!
Ok. I understand.
Table Rate 1 is set for Colorado (with tax)
Table Rate 2 is set for United States (Continental, less Colorado)
Table Rate 3 is set for Alaska, Hawaii, Puerto Rico, APO, FPO
Table Rate 4 is set for Canada
Table Rate 5 is set for All Countries (less Canada and U.S.)
Table Rates 1,2,3, and 4 are 'yellow', but Table Rate 5 is 'green'.
Shouldn't Table Rate 5 also be 'yellow', since a Zone is set for that Table?
John
hmmm ... one would think ...
But I didn't write your shipping modules so I am not sure if there are other issues here ...
Does your Table Rate 5 work?
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!]
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!
I don't know if any of them actually work, yet. I found part of the code the download section of this site, but I think all it is, is just clones of the original Table Rate files and I'm not sure that they're quite up-to-date with the latest version of Zen-Cart. So I think I'm going to delete them and 'do it myself'.
If I understand correctly, I should just be able to 'clone' the the /includes/languages/English/modules/shipping/table.php file and the /includes/modules/shipping/table.php file, naming them something like table1.php, table2.php, etc., and making similar changes to all references of 'table' in each file (for example, this line "$this->title = MODULE_SHIPPING_TABLE_TEXT_TITLE;" in table.php would become "$this->title = MODULE_SHIPPING_TABLE2_TEXT_TITLE;" in table2.php.
At least, that's what the code that I used has done. Does this sound like it's the correct way to set up multiple Table Rate shipping modules?
John
Look in the Free Software Add Ons for:
Zone Table
And there is one called something like ZoneTables that lets you define your Zones and then when you Install the shipping module, it creates as many table settings as you have Zones defined ...
Are you just wanting 1 shipping module per zone?
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!]
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!
I need 5 Zones. Zones 1 through 4 will use Table Rates (a different 'set' of rates for each Zone). Zone 5 will us USPS.
I've looked at ZoneTables. It looks like it would work fine for the first 4 Zones, but I don't want Table Rate for Zone 5. I guess I could (maybe) set up Zone 5 in ZoneTables so that it's the same as the setttings for Zone 4. I don't know what that would do, but I guess it's worth a try.
If simply duplicating the Table Rate files with appropriate 'name' changes in the files, as I mentioned in my previous post, will work, then that is very simple, as I can create as many Table Rates as I need.
John