Is there a way to create shipping method based on zip-code
-
I need to create delivery method based on
zipcode
provided by the customer, For example, (ifzipcode
is in range0001
-1000
then delivery charge should be50
, ifzipcode
is in range1001
-2000
then delivery charge should be100
and 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