pretty much i want to increase the shipping cost depending on the number of items in order... e.g. by default shipping cost is 10$ but when number items goes beyond 20 it will add 3$ to shipping cost so it would be 13$
i tried changing codes but it's complicated somehow
i had to find all places that include shipping tax like in 1-blockcart module, 2-one page checkout, 3-payment, 4-inserting to database... and then change some codes.. and it's a lot of work and hard
so is there anyway to do this technically? thanks
答案 0 :(得分:1)
Prestashop包含送货范围功能。您可以根据产品的总重量定义运费。
如果您想要一个简单的实施,您可以将所有产品重量定义为1Kg并添加运费成本范围:
0kg => 20kg : 10$
20kg => 40kg : 13$
40kg => 99999kg : 15$