Is it possible to set shipping prices by total number of items rather than total cost of order?
Is it possible to set shipping prices by total number of items rather than total cost of order?
The optimal way to do that would be to setup Shipping By Product and have the value for all items be the same. Depending upon how many products you have, it would probably be easiest to populate the ShippingByProduct table via a query for all your variants and shipping methods rather than set them up manually.
Dusty
ASPDotNetStorefront Staff
I use this for my store and I just do shipping by weight. Then, for each product make the weight 1. So if you have a w eight of 2 its shipping price of two items, etc..