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.
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.
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.
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.
Oh awesome, thanks!
http://www.concrete5.org/marketplace/addons/table-based-shipping/...