Hi,
so I've added the shipping costs to my orders. But since I cannot let the price of the shipping cost grow with the number of products (or their weight) I added a second shipping module.
For example, the problem first was as follows:
if I had lets say 3 pairs of shoes, the shipping costs would be the same as for 1 pair (unless I'd work with a percentage of the price, which I don't want to).
What I've got now: product category 1 has weight class 1 (kg) and the shipping costs will be €4.95. product category 2 (kg) will cost €7.95. When I buy a product from only one of the categories, everything's fine. But when I decide to buy a product form cat. 1 and cat. 2 as well, it just doesn't add no shipping costs.
Is there anything I can do to solve the problem?
Thanks!