nopCommerce icon indicating copy to clipboard operation
nopCommerce copied to clipboard

Configurable shipping options and rates per vendor

Open mariannk opened this issue 9 years ago • 5 comments

It would be good if each vendor can configure own shipping methods (options) and buyers whose orders contains items from several vendors could select vendor-specific shipping options at checkout.

Or allow vendors to choose pre-defined shipping method

By the way, warehouse support is already added. We can add a new warehouse for each vendor and simply configure rates for each origin (warehouse)

also see https://github.com/nopSolutions/nopCommerce/issues/1928

mariannk avatar Jan 14 '16 07:01 mariannk

We have a client that would love this feature. They have a warehouse that only uses UPS for their shipping and they use USPS for their other warehouse. Is there any third party plugins out there that would do this?

cklenk avatar Oct 30 '18 20:10 cklenk

Is there any plugin available to avail of this functionality in present site?

sevenbitsAnmol avatar Feb 18 '20 07:02 sevenbitsAnmol

I have implemented some of this in a Plugin which is variation on FixedByWeightandTotal. Vendors can own Shipping Methods, Warehouses and Dates and Ranges. It also introduced another table for Carriers and Cut Of Times. This allows rates to be associated with the combinations in a new FixedByWeightandTotal Table.

I have identified some issues with the use of multiple products shipped from multiple warehouses for multiple vendors and calculating the costs associated which needs more investigation. It is a complex conundrum. See https://github.com/nopSolutions/nopCommerce/issues/5719

The milestone for this feature has been bumped up for 8 years. Is there a realistic chance that the feature will be available in 4.80? The feature is crucial for us and we need to decide whether it is worthwile to do our own implementation or not.

derBretti avatar Jul 19 '24 13:07 derBretti

The milestone for this feature has been bumped up for 8 years. Is there a realistic chance that the feature will be available in 4.80? The feature is crucial for us and we need to decide whether it is worthwile to do our own implementation or not.

I have a plugin available that does a lot of these functions See https://www.selectsystems.com.au/shipping-manager See the documentaion here https://www.selectsystems.com.au/Content/Shipping%20Manager%20Plugin%20-%20Plugin%20Documentation%20-%20v4%20Series.pdf The source code is also available