Multiple Flat Shipping rates
Greetings,
I would like to have two flat-rate shipping rates, based on the state being delivered to. I have a courier option for 5 states in the upper midwest, and will offer USPS flat-rate for all other states. I have tried multiple different configurations and tweaks in Zones and Zone Tables, but haven't apparently hit on the right combination yet. Can anyone assist?
Thank you!
Re: Multiple Flat Shipping rates
Clone your flat rate module naming it appropriately
https://www.zen-cart.com/tutorials/i...hp?article=189
Or get the free software addon that another has contributed that clones it for you
Guess you have your zones setup??
Re: Multiple Flat Shipping rates
I think so - I have "All Other States" and "Upper Midwest." So which files do I edit for per order flat rates, assuming I copy the "flat.php" file to "flatuw.php" and "flateotherus.php?"
Thank you for your assistance.
Re: Multiple Flat Shipping rates
Quote:
So which files do I edit for per order flat rates
I posted the link - - Didn't you bother to read it?
Re: Multiple Flat Shipping rates
Yes, I did, but I am looking to do per order flat rates, and the link mostly talked about per item flat rates, and looking for "item" strings and replacing them. Wasn't clear to me what the differences would be (if any) on per order flat rates.
Re: Multiple Flat Shipping rates
I
Quote:
did, but I am looking to do per order flat rates
look at settings in the admin - - that is the default
Re: Multiple Flat Shipping rates
Kobra - I appreciate your patience as I hack my way through this. I copied the flat.php file to flatus.php and flatotherus.php. I replaced all instances of flat and FLAT with "flatus" and "flatotherus" respectively, and uploaded them to the proper directories. Now, when those files are present, my Shipping Modules list in the admi ->modules->shipping is empty. If I rename them, the list reappears. Any thoughts?
Re: Multiple Flat Shipping rates
I replaced all instances of flat and FLAT with "flatus" and "flatotherus" respectively
Quote:
Originally Posted by Ajeh
Next, you need to edit all occurances of flat to flatfree and FLAT to FLATFREE ... this is case sensitive and will break the Shipping Module if you do not change their names properly.
Re: Multiple Flat Shipping rates
Note: be sure to do the matching language files in the same manner ...