Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / 2 shipping methods per item

2 shipping methods per item

Locked

Views: 823

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
3 May 2010, 2:53 PM
#1
djdavedawson avatar

djdavedawson

Zen Follower

Join Date:
Jul 2005
Location:
Orlando, Fl
Posts:
343
Plugin Contributions:
0

2 shipping methods per item

Is there a way to assign shipping methods by item. For example, some products can only go UPS and others can only go via USPS.

Is it possible to exclude the shipping methods that don't apply for that item.

Also, on some products, the shipping method is dictated by the weight.

TIA

~Dave

3 May 2010, 3:38 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: 2 shipping methods per item

You would have to setup a field in the products table to manage which shipping:
0 USPS or UPS
1 USPS Only
2 UPS Only

Then, you would need to test the order in each of the shipping modules to control which one(s) are enabled or not enabled ...

Next, you have to decide what to do when you have a mixed cart where Products can only ship via UPS and Products that can only ship via USPS ... :unsure:

4 May 2010, 8:14 PM
#3
djdavedawson avatar

djdavedawson

Zen Follower

Join Date:
Jul 2005
Location:
Orlando, Fl
Posts:
343
Plugin Contributions:
0

Re: 2 shipping methods per item

That's a good point on the mixed cart.

Thanks