Quote Originally Posted by djstern View Post
Ideally it would take all the products shipping from one location and get a shipping price from UPS then take all the items shipping from another location and get the price from UPS, then present the total shipping cost to the customer. This would require a FOB location to be specified in the product listing in the store for each item. Setting a default FOB location and changing it for items that vary from the norm could make entering products easier.

I've been looking for a contribution that would do this my self. I ship a number of products from in house, and ship a good bit by drop ship as well. The double shipping kills me sometimes. A way of getting proper shipping costs on orders that ship from more than one location would be great. Unfortunately, I read Greek better than I read PHP or I'd write it my self. :) This is something that I and I'd imagine a lot of other people could really use.

If there's any way that a non coder like my self can help, let me know. I'll do what I can.
To be honest I have two stores. One that is oscommerce and one that is zencart. I do prefer zencart as I really prefer the attribute control better. But I use the oscommerce site because at the time I like the fact that they had a working drop ship module. As I indicated above the contribution from oscommerce does the following as described in the contribution notes:
This contribution changes the way osCommerce handles shipping. You can now set the shipping
parameters for each product individually. All of the following (and more) are possible:

1. Most products ship by a selection of standard shipping methods, but certain large and heavy items
ship by truck.
2. Products ship from one of two or more locations.
3. Some products ship by a selection of standard shipping methods, some must ship by a specific
method, others ship directly from several different suppliers.
4. Any combination of the above.

You can have orders sent directly to your supplier in the case of products that are shipped directly
from that supplier.

All of the necessary settings are controlled in the admin panel. There is an Admin page to set up
each Vendor (or shipper, or shipping method). There is an Admin panel for setting shipping modules
for each vendor, similar to the Shipping Modules page in the current Admin. There is also a
configuration setting to turn this whole Contribution off if it is no longer needed. In Admin->Configuration->Shipping/Packaging.
As I have said I actually used this on my oscommerce site. It is fantastic. You can send emails to the drop shipper letting them know a product is ordered or you can have the system do it automatically. Each Vendor has its own shipping module that you can set totally independent from each other and each product is set to a particular vendor in the product description. I have my store set for USPS and one of my vendor just uses UPS and the other just ships within US & Canada with a flat fee. So each one I set accordingly. So if someone can convert it to zencart most of the hard work is done with contribution!