Zen Cart Logo
Forums / General Questions / Variable shipping for multi item orders

Variable shipping for multi item orders

Locked

Views: 657

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
23 Oct 2009, 4:37 PM
#1
beau91324 avatar

beau91324

Zen Follower

Join Date:
Jul 2009
Posts:
149
Plugin Contributions:
0

Variable shipping for multi item orders

I have to be able to calculate shipping where if a customer orders 1 item from a specific manufacture the shipping cost is X and when the when they order 2 items the shipping cost would be X + (X/2). How can I do this?:unsure:

23 Oct 2009, 5:41 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Variable shipping for multi item orders

Have you seen Per Item shipping??

admin > modules > shipping > Per Item

23 Oct 2009, 5:58 PM
#3
beau91324 avatar

beau91324

Zen Follower

Join Date:
Jul 2009
Posts:
149
Plugin Contributions:
0

Re: Variable shipping for multi item orders

No I haven't. I'll give it a look

23 Oct 2009, 6:05 PM
#4
beau91324 avatar

beau91324

Zen Follower

Join Date:
Jul 2009
Posts:
149
Plugin Contributions:
0

Re: Variable shipping for multi item orders

Took a look in eStart and Not what I need as it applies the same shipping rate for each item. I need to have a rate for single item orders and another rate for multi-item orders

1 item $5 shipping
3 times first item is $5, 2nd & 3rd items are $2.5 each -> $5 + ($2.5 * 2) = $10

23 Oct 2009, 6:24 PM
#5
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Variable shipping for multi item orders

1 item $5 shipping
3 times first item is $5, 2nd & 3rd items are $2.5 each -> $5 + ($2.5 * 2) = $10
Per Item rate of $2.50 per item with a handling fee per order of $2.5

23 Oct 2009, 6:29 PM
#6
beau91324 avatar

beau91324

Zen Follower

Join Date:
Jul 2009
Posts:
149
Plugin Contributions:
0

Re: Variable shipping for multi item orders

Oh, I see. Neat trick.