Shipping Method per Product

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
I have some products that I ship UPS and others that I ship USPS or FedEx.  

I don't want the customer to choose from the 3 options.

I want to be able to choose the available shipping methods to display to the customer based on each product.  

Is this already possible in nopCommerce 3.80 out of the box?  Does 3.90 support this?

If not, any plugin recommendations?

Thanks!

-Fred
6 years ago
It is not supported out of the box, but Shipping Director plugin can do the job
6 years ago
Tecnofin wrote:
It is not supported out of the box, but Shipping Director plugin can do the job


Yeah, I check it out.

I was able to get around my issue by only offering to ship USPS Small Flat Rate Box for Domestic shipments, and then adjusting the product shipping dimensions so that USPS rate, and UPS rate, display for the particular item that I want to allow customers to be able to select USPS shipping.  All other products ship in larger boxes and so USPS Small Flat Rate Box shipping does not show up as an option for those products.  

Thanks!

Fred
6 years ago
You can vote for work https://github.com/nopSolutions/nopCommerce/issues/2244
6 years ago
Note that shipping methods"based on each product" can be tricky when the cart has multiple items in it.  nopCommerce does not currently support a checkout page that allows the customer to choose shipping methods per item/product. So, it's not enough that the backend just get the various methods/rates from the shipping providers. If the products in the cart don't have the same shipping provider/methods, then either certain methods would be excluded from being shown to the customer, and/or the method names need to be "normalized" - e.g. rates from "UPS Ground" and "FedEx Ground" would be combined and the method name would just show as "Ground".
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.