Hello to everybody,
I need to calculate shipping costs on a per-product basis; I use a plugin that organize the shipping cost based on ZIP code. I've 20 categories and 4 macroareas for the expedition; every product has a shipping cost; every shipping cost must be added to realize total shipping cost.
My request is the way to have a result like this
Prod. 1 €5 (shipping cost)
Prod. 2 €3 (shipping cost)
Prod. 3 €2 (shipping cost)
Prod. 4 €5 (shipping cost)
Total Shipping cost € 15
Can you suggest a solution about this issue?
Thanks for your help.
M