Guest Posted June 24, 2004 Posted June 24, 2004 Is there a way to assign a zip code to each product and then calculate the shipping from the product's zip code to the customer's zip code? Not all items ship from our store. This would be comparable to a "drop ship" contribution if such a contribution exists. Does anybody have any ideas on how to go about this before I dive in? Thank you! Mike :) Quote
mattice Posted June 24, 2004 Posted June 24, 2004 (edited) 1) have a table containing all the possible zips and their location (degrees?) 2) add extra field to products table containing the zip id from table above 3) modify the shipping module to calculate differences between clients zip (taken from the zips table) and products zip. Edited June 24, 2004 by mattice Quote "Politics is the art of preventing people from taking part in affairs which properly concern them"
Guest Posted June 24, 2004 Posted June 24, 2004 If I add a products_zip field, how do I call that later on? Where does it currently call the zip code? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.