shipping costs depending on basket value

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!
hasmb
Posts: 12
Joined: 12 Jul 2016, 12:05

shipping costs depending on basket value

Post by hasmb » 08 Aug 2017, 18:41

Hello,

how can I setup shipping costs depending on basket value?

I already have some delivery services (letter, parcel, ...) and want them to be only shown wheen the basket value is in a certain range.

Did experiment with condition for reduction but this only changes prices but does not help to select the right delivery option.

Also tried to define different prices for one delivery and add appropriate conditions in the configuration of the related prices but did not succeed.

Has anyone some hints?

Thanks.

TYPO3 7.6
Aimeos 17.07

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: shipping costs depending on basket value

Post by aimeos » 09 Aug 2017, 11:17

You need to implement a service provider decorator like these ones:
https://github.com/aimeos/aimeos-core/t ... /Decorator

The implementation would be similar like this one:
https://github.com/aimeos/aimeos-core/b ... Limits.php

We would love if you can contribute your decorator to the Aimeos core :-)
Alternatively, you can ask the Aimeos company to implement that feature for you: https://aimeos.com/support/
They will integrate it into the Aimeos core too.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply