As the title says ... I need a way to discount shipping for multiple items ...
ie: customer orders 5 widgets ... cost of shipping per widget is $5.00
if you order more that 3 widgets shipping cost per widget is $2.50

2 widgets shipping = $10.00
3 widgets shipping = $5.00
total shipping cost = $15.00

The shipping module is using the table rate based on weight.

I could just set a volume discount on the price of the item => 3, then discount $5.00 ... but client would rather have the discount on shipping rather than cost of item.

Is this do-able?

Thanx in advance
Brian