Page 1 of 1

Delivery costs multiply with weight or quantity?

Posted: 21 Aug 2016, 19:02
by andreas.allacher
Is it possible to multiply the delivery costs with the quantity or the weight?
Because our product's delivery cost basically depend upon the quantity / weight.
If not I guess it is relatively simple to add this feature by using a decorator.

Re: Delivery costs multiply with weight or quantity?

Posted: 22 Aug 2016, 08:52
by nos3
The "Weight" decorator for the service providers can do that:
https://github.com/aimeos/aimeos-core/b ... Weight.php

If it doesn't exactly fit your needs, you can create your own one based on the current implementation.