Guest Posted July 22, 2006 Posted July 22, 2006 I want to add a local drop off shipping method, I also want it to be available to a specific city. any help would be great. thanks
♥Monika in Germany Posted July 22, 2006 Posted July 22, 2006 I want to add a local drop off shipping method, I also want it to be available to a specific city. any help would be great. thanks as you will be charging a flat fee (I guess), use the flat fee shipping module renaming it appropriately in the language file. Then install, select the zone of your state as the zone - you must create this zone beforehand in your admin tax zones are. The 3rd step is the most complicated ... and it depends on how you can identify that city. Does it have a specific post code or a list of post codes? If yes, that can be used to be added to flat.php as a final check if the zone was found to be correct for the customer. :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
Guest Posted July 22, 2006 Posted July 22, 2006 Is there no way to just use the city name? I'll look into the postal code's, I know there are a few, but they may all start with T2. . . Will that work?
♥Monika in Germany Posted July 22, 2006 Posted July 22, 2006 Is there no way to just use the city name? I'll look into the postal code's, I know there are a few, but they may all start with T2. . . Will that work? probably a combination of the two. I'd never trust a city name, knowing there is often several cities with the same name in the same state. So use city name and first 2 letters of the postcode :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
Guest Posted July 26, 2006 Posted July 26, 2006 If yes, that can be used to be added to flat.php as a final check if the zone was found to be correct for the customer. How do I add this check?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.