Constant Delivery cost on order

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
traiyani75
Advanced
Posts: 114
Joined: 08 Nov 2019, 11:56

Constant Delivery cost on order

Post by traiyani75 » 03 May 2021, 19:52

Hello

We want to set constant delivery cost for the basket. It doesn't matter how many items/products we will add into basket.
How can we setup similar to this?

Thanks

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

Re: Constant Delivery cost on order

Post by aimeos » 05 May 2021, 05:33

Add a price to the delivery service in the Service panel without any modifiying decorators.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

traiyani75
Advanced
Posts: 114
Joined: 08 Nov 2019, 11:56

Re: Constant Delivery cost on order

Post by traiyani75 » 31 May 2021, 08:33

Yes that is possible. But we want to setup delivery service by area . And we have lots of area in app.

So, Is there any possibility that we can create one delivery service and price for the delivery cost will change as per the area selection.

Thanks

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

Re: Constant Delivery cost on order

Post by aimeos » 03 Jun 2021, 08:38

Yes, you can add your own decorator that implements the calcPrice() method and returns the price according to the area based on the delivery address in the basket.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply