Developer forum

Forum » Development » Creating shipping rules based on customers zip code

Creating shipping rules based on customers zip code


Reply

I'm developing a webshop based on Dyndamicweb and I was wondering if it is possible to create free shipping rule for customers from certain ZIP codes.

 


Replies

 
Reply

Not rules like when entering 8260 you can choose from one array of transporters and an other array when entering an other zip code. But using a class that inherits from Dynamicweb.eCommerce.Orders.FeeProvider, you can override the FindFee method and calculate a custom fee based on the DeliveryZip property on the Order object.

 

You must be logged in to post in the forum