Title: Optional Delivery Date &#8211; While Uploading CSV
Last modified: January 10, 2020

---

# Optional Delivery Date – While Uploading CSV

 *  [shubhamyadav](https://wordpress.org/support/users/shubhamyadav/)
 * (@shubhamyadav)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/optional-delivery-date-while-uploading-csv/)
 * The Delivery Date while uploading CSV is not optional hence when you upload CSV
   without the Delivery Date it does not insert the content.
 * This could be a problem if you are importing Bulk pin codes and cannot set the
   delivery date for each Pincode.
 * Found a Simple Fix
 * In wczp_admin.php
 *  // Check if variable is empty or not
    if(!empty($pincode) && !empty($city) &&!
   empty($state) && !empty($ddate) )
 * **Just remove the (!) (NOT) from $empty($ddate)**
 * New Code should look like:
    if(!empty($pincode) && !empty($city) && !empty($state)&&
   empty($ddate) ) {
 * Hope it helps!!
 * Can’t Thank Enough to vp956009 for Developing Such awesome Plugin.
    Please Keep
   Updating this app. Let people support it, would love to see a donate link to 
   support this app.

The topic ‘Optional Delivery Date – While Uploading CSV’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/check-pincodezipcode-for-shipping-
   woocommerce_ca8c2f.svg)
 * [Check Pincode/Zipcode for Shipping Woocommerce](https://wordpress.org/plugins/check-pincodezipcode-for-shipping-woocommerce/)
 * [Support Threads](https://wordpress.org/support/plugin/check-pincodezipcode-for-shipping-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/check-pincodezipcode-for-shipping-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/check-pincodezipcode-for-shipping-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/check-pincodezipcode-for-shipping-woocommerce/reviews/)

## Tags

 * [import issues](https://wordpress.org/support/topic-tag/import-issues/)

 * 0 replies
 * 1 participant
 * Last reply from: [shubhamyadav](https://wordpress.org/support/users/shubhamyadav/)
 * Last activity: [6 years, 4 months ago](https://wordpress.org/support/topic/optional-delivery-date-while-uploading-csv/)
 * Status: not a support question