WooCommerce Delivery Area Pro allows visitors and store customers to verify product delivery location before actually placing the order. The delivery area can be defined by Zip Code, by drawing on google maps, by country, by continent, by sub-continent & by specifying store location address with radius kilometer range for delivery.

Please follow these steps to setup product availability collection for shipping ‘By ZipCode Area’.

Step 1: Please navigate to the “WP Delivery Area Plugin -> Add Collection” page, enter your product collection name then select products from “Select Collection Products” that will be associated with this collection. You can create a single collection for your shop or multiple depending on your requirements.

Step 2: Please navigate to the “Define Your Store Delivery Area” section go to the “Define Delivery Area By” and select the ‘By ZipCode’, after selecting this one more option is visible here ‘Enter Zip Codes’, Now enter your delivery area zip code in ‘Enter Zip Codes’ textarea. (Apply Comma separated zip code).

Step 3: Click Save Collection. Then from frontend visitors can check whether a product is available in certain zip code.

1. This shortcode you need to display the delivery area verification form :

[delivery_area_form]

You can utilize this shortcode to showcase the delivery area verification form on any page except for WooCommerce. On woocommerce pages like shop, product, cart, and checkout page, you can display the delivery area form by directly just enabling it through the backend, with no need for a shortcode. On any non-woo commerce page, if you want to display deliver area inquiry form, then you can use this shortcode.


2. This shortcode you need to display the delivery area on the map:

[delivery_areas]

You can utilize this shortcode to showcase the delivery area on the map. So if you want to display the delivery area on the map, then you can use this shortcode.