How to setup Region/City wise Delivery Charges

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
zaheer
Posts: 19
Joined: 12 Nov 2020, 10:22

How to setup Region/City wise Delivery Charges

Post by zaheer » 31 Dec 2020, 10:17

Please can anyone point me to the right direction on how I can set Region/City wise delivery charges. Aimeos documentation mentions the use of Decorators, but it has only country option. I needed a Region or City option. Is there a video tutorial available about decorators ?

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

Re: How to setup Region/City wise Delivery Charges

Post by aimeos » 02 Jan 2021, 10:11

Aimeos has a postal service decorator which you can use to limit the delivery options with different prices to one or more zip codes: https://aimeos.org/docs/latest/manual/s ... rs/#postal
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

zaheer
Posts: 19
Joined: 12 Nov 2020, 10:22

Re: How to setup Region/City wise Delivery Charges

Post by zaheer » 02 Jan 2021, 16:54

Thanks for the reply.
But does'nt it only allow or restrict the billing or delivery ?
What I am looking for is to automatically add region wise delivery charges at the time of checkout.
Is this option available in Aimeos or its Marketplace extension ?

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

Re: How to setup Region/City wise Delivery Charges

Post by aimeos » 04 Jan 2021, 10:39

zaheer wrote: 02 Jan 2021, 16:54 But does'nt it only allow or restrict the billing or delivery ?
The standard way of doing this in Aimeos is that you create several delivery options (one for each price region) and then add the Postal dectorator to show only the option that is available for the customers depending on the zip code of their address.
zaheer wrote: 02 Jan 2021, 16:54 What I am looking for is to automatically add region wise delivery charges at the time of checkout.
This is the other way round and if you want to do it that way, you need to implement a service decorator with a mapping between region/city/postal and the additional shipping costs. You can do the calculation in the calcPrice() method of your service decorator.
zaheer wrote: 02 Jan 2021, 16:54 Is this option available in Aimeos or its Marketplace extension ?
No, don't think so.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply