Closed (fixed)
Project:
Commerce Shipping
Version:
7.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 May 2012 at 23:58 UTC
Updated:
1 Jun 2012 at 02:40 UTC
Is it possible to do drop shop with this module?
I need to calculate different shipment by manufacturer-producer because evey one of them isshippingdirectly to my clients with them courier and some are by %, some ae flat, soem change by zip code etc..
Comments
Comment #1
rszrama commentedThis module doesn't concern itself with how you're actually calculating shipping. In your case, you'll need to write a custom shipping method module that knows how to determine where items will be shipped from and calculate the cost to ship them to the customer. That calculation process will plug back into the Commerce Shipping module, and you can put whatever logic you want in there.
You can probably get something rudimentary going through the Commerce Flat Rate module using a variety of flat rate services and some rate calculation rules, but at the end of the day you'd be best off with a custom module.