Is there a way to create shipping method based on zip-code
-
I need to create delivery method based on
zipcodeprovided by the customer, For example, (ifzipcodeis in range0001-1000then delivery charge should be50, ifzipcodeis in range1001-2000then delivery charge should be100and so on) and some of them can havefree delivery. Is there any way to implement this? -
Hello valpuia ,
Yes of course there is a way to create your own shipping method in bagisto .
You can create your own package or you can check how to create shipping method.Also you can check the following link .
https://bagisto.com/en/extensions/laravel-ecommerce-marketplace-table-rate-shipping/thank you