ecommerce shipping

Permalink
My client would like a $5 per item flat rate and then $2.50 for each additional item in the order.

I haven't written a custom shipping class yet, not sure where to start?

Like I guess I could set a flat rate of $5 on each item, but after that I don't know where to start.

 
shahroq replied on at Permalink Reply
shahroq
Have you tried this one? It should be what you are looking for.
http://www.concrete5.org/marketplace/addons/table-based-shipping/...
mesuva replied on at Permalink Best Answer Reply
mesuva
From what you've described you should be able to do that using ecommerce's built in Flat Shipping calculation, no need for any extra add-ons.

If you go to:
/index.php/dashboard/core_commerce/shipping/edit_type/1/
In the dashboard, you can config it. In your case, you'd put 5 in the Starting rate, and 2.50 in the Per item rate.
nicolechung replied on at Permalink Reply
Oh awesome, thanks!