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?![]()
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?![]()
Beau
Have you seen Per Item shipping??
admin > modules > shipping > Per Item
Zen-Venom Get Bitten
No I haven't. I'll give it a look
Beau
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
Beau
Per Item rate of $2.50 per item with a handling fee per order of $2.51 item $5 shipping
3 times first item is $5, 2nd & 3rd items are $2.5 each -> $5 + ($2.5 * 2) = $10
Zen-Venom Get Bitten
Oh, I see. Neat trick.
Beau