Quote Originally Posted by tekram
i can only configure so that it seems like it is the same company with three different options. for example one day, second day and express all with dhl. i want to offer one option each from company 1, 2, and 3.
There is absolutely nothing that says each zone can only have one carrier. It is just text and can be whatever you want it to be. Why don't you name the zone title something generic, for example "US Shipping", and then name each table way what you want, for example "DHL Ground", "FedEx 2nd Day", etc.


Quote Originally Posted by tekram
i tried to fiddle with mzmt by giving two different geo zones the same area. for example, set geo zone 1 to us and geo zone 2 to us. however, upon checkout it only shows the table from the first geo zone and not the second one.
Geo zones cannot overlap. Even if I programmed the code to allow it, it would still be impossible for one shipping module to return a set of multiple sets of quotes since the main shipping class is only programmed to accept one set of quotes from each shipping module. You would have to hack the main shipping class. Since shipping modules are supposed to be plug & play, I have no plans or desire to write a shipping module that requires hacking the core to install. ;)