Page 1 of 1

Constant Delivery cost on order

Posted: 03 May 2021, 19:52
by traiyani75
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

Re: Constant Delivery cost on order

Posted: 05 May 2021, 05:33
by aimeos
Add a price to the delivery service in the Service panel without any modifiying decorators.

Re: Constant Delivery cost on order

Posted: 31 May 2021, 08:33
by traiyani75
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

Re: Constant Delivery cost on order

Posted: 03 Jun 2021, 08:38
by aimeos
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.