Delivery costs multiply with weight or quantity?

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
andreas.allacher
Posts: 42
Joined: 15 Dec 2015, 20:32

Delivery costs multiply with weight or quantity?

Post by andreas.allacher » 21 Aug 2016, 19:02

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.

nos3
Posts: 87
Joined: 01 Sep 2015, 13:26

Re: Delivery costs multiply with weight or quantity?

Post by nos3 » 22 Aug 2016, 08:52

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.

Post Reply