Title: Leave At Door For WooCommerce
Author: AMP-MODE
Published: <strong>April 14, 2020</strong>
Last modified: May 3, 2023

---

Search plugins

![](https://ps.w.org/leave-at-door-for-woocommerce/assets/banner-772x250.jpg?rev
=2283631)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/leave-at-door-for-woocommerce/assets/icon-256x256.jpg?rev=2283590)

# Leave At Door For WooCommerce

 By [AMP-MODE](https://profiles.wordpress.org/ampmode/)

[Download](https://downloads.wordpress.org/plugin/leave-at-door-for-woocommerce.1.1.1.zip)

 * [Details](https://wordpress.org/plugins/leave-at-door-for-woocommerce/#description)
 * [Reviews](https://wordpress.org/plugins/leave-at-door-for-woocommerce/#reviews)
 *  [Installation](https://wordpress.org/plugins/leave-at-door-for-woocommerce/#installation)
 * [Development](https://wordpress.org/plugins/leave-at-door-for-woocommerce/#developers)

 [Support](https://wordpress.org/support/plugin/leave-at-door-for-woocommerce/)

## Description

If you run a restaurant or a store that offers local delivery your customers may
not want to open the door to receive the delivery. With social distancing, customers
may be weary about opening the door to a delivery driver.

This plugin gives a small checkbox just before the Place Order button at checkout
that asks customers if they would like their order left at the door.

If the customer checks this box, a text input is revealed where they can optionally
leave additional instructions (leave the order at the side door, or near the garage).

Whatever the customer enters will be displayed in three places:

 1. The admin order edit screen just below the billing address section.
 2. The order email just below the order table.
 3. The order invoice that the customer sees after completing their order.

It is possible to add this information to other places as well by adding our function
to your template.

In the plugin’s settings you can choose which shipping methods enable the “leave
at door” option to be displayed on the checkout page. For example, you may not need
this to be displayed if you are shipping a package with UPS, but you might if you
are delivering the order locally. In this case you would enable the “leave at door”
option just for your local delivery option.

This plugin requires your site to have WooCommerce installed in order to work. It
is not compatible with other e-commerce plugins.

## Screenshots

[⌊Leave at door option at checkout. When the checkbox is checked, it reveals an 
optional "Instructions for delivery driver" text box.⌉⌊Leave at door option at checkout.
When the checkbox is checked, it reveals an optional "Instructions for delivery 
driver" text box.⌉[

Leave at door option at checkout. When the checkbox is checked, it reveals an optional“
Instructions for delivery driver” text box.

[⌊On the customer's order details, the leave at door option will be displayed, indicating
that the customer wishes for the order to be left at the door and delivery instructions,
if any.⌉⌊On the customer's order details, the leave at door option will be displayed,
indicating that the customer wishes for the order to be left at the door and delivery
instructions, if any.⌉[

On the customer’s order details, the leave at door option will be displayed, indicating
that the customer wishes for the order to be left at the door and delivery instructions,
if any.

[⌊The leave at door instructions are also displayed on the edit order screen in 
the admin.⌉⌊The leave at door instructions are also displayed on the edit order 
screen in the admin.⌉[

The leave at door instructions are also displayed on the edit order screen in the
admin.

## Installation

 1. Download archive and unzip in wp-content/plugins or install via Plugins > Add New.
 2. Activate the plugin through the Plugins menu in WordPress.
 3. In your WordPress dashboard, click on WooCommerce > Settings > Shipping tab > Leave
    At Door.
 4. Select the shipping method(s) that would prompt the leave at door option to be 
    displayed.

## Reviews

![](https://secure.gravatar.com/avatar/6e2df85679b34cb2bc9b71e5867f57616d4b6eb120c4a73994480b8b3778675c?
s=60&d=retro&r=g)

### 󠀁[Really useful plugin](https://wordpress.org/support/topic/really-useful-plugin-129/)󠁿

 [birdhousedigital](https://profiles.wordpress.org/birdhousedigital/) October 18,
2021 1 reply

This is a great little plugin that does exactly what it says it will. It’s easy 
to use and has good support.

![](https://secure.gravatar.com/avatar/0695705b6ac269f4cbb50079f1215aab3a3c6735a9feb28744c7d1eef9ff695f?
s=60&d=retro&r=g)

### 󠀁[Great little addon](https://wordpress.org/support/topic/great-little-addon-3/)󠁿

 [Tom M](https://profiles.wordpress.org/tominthephilippines/) April 21, 2020 1 reply

Simple plugin, but yet so helpful. Great support also!

 [ Read all 2 reviews ](https://wordpress.org/support/plugin/leave-at-door-for-woocommerce/reviews/)

## Contributors & Developers

“Leave At Door For WooCommerce” is open source software. The following people have
contributed to this plugin.

Contributors

 *   [ AMP-MODE ](https://profiles.wordpress.org/ampmode/)
 *   [ Scott DeLuzio ](https://profiles.wordpress.org/scottdeluzio/)

“Leave At Door For WooCommerce” has been translated into 6 locales. Thank you to
[the translators](https://translate.wordpress.org/projects/wp-plugins/leave-at-door-for-woocommerce/contributors)
for their contributions.

[Translate “Leave At Door For WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/leave-at-door-for-woocommerce)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/leave-at-door-for-woocommerce/),
check out the [SVN repository](https://plugins.svn.wordpress.org/leave-at-door-for-woocommerce/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/leave-at-door-for-woocommerce/)
by [RSS](https://plugins.trac.wordpress.org/log/leave-at-door-for-woocommerce/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.1

 * Updated tested up to versions.
 * Added Contributors.

#### 1.1.0

 * Added option to enable the “leave at door” checkbox to be checked by default 
   on the checkout page.

#### 1.0.6

 * Updated tested up to versions.

#### 1.0.5

 * Added error handling for when no shipping methods are set.

#### 1.0.4

 * Added new filter `wc_leave_at_door_custom_display` for custom conditions to control
   whether or not the leave at door option is displayed on the checkout page.

#### 1.0.3

 * Fixed plugin textdomain for translations.
 * Updated POT file for translations.
 * Minor formatting updates.

#### 1.0.2

 * Fix: Sanitized values from form inputs.
 * Update: Removed unnecessary commented out code.

#### 1.0.1

 * Added settings link to plugin page.

#### 1.0.0

 * Initial release.

## Meta

 *  Version **1.1.1**
 *  Last updated **3 years ago**
 *  Active installations **30+**
 *  WordPress version ** 4.4.0 or higher **
 *  Tested up to **6.2.11**
 *  Languages
 * [Catalan](https://ca.wordpress.org/plugins/leave-at-door-for-woocommerce/), [English (US)](https://wordpress.org/plugins/leave-at-door-for-woocommerce/),
   [Spanish (Chile)](https://cl.wordpress.org/plugins/leave-at-door-for-woocommerce/),
   [Spanish (Colombia)](https://es-co.wordpress.org/plugins/leave-at-door-for-woocommerce/),
   [Spanish (Mexico)](https://es-mx.wordpress.org/plugins/leave-at-door-for-woocommerce/),
   [Spanish (Spain)](https://es.wordpress.org/plugins/leave-at-door-for-woocommerce/),
   and [Spanish (Venezuela)](https://ve.wordpress.org/plugins/leave-at-door-for-woocommerce/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/leave-at-door-for-woocommerce)
 * Tags
 * [checkout](https://wordpress.org/plugins/tags/checkout/)[delivery](https://wordpress.org/plugins/tags/delivery/)
   [restaurant](https://wordpress.org/plugins/tags/restaurant/)[woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/leave-at-door-for-woocommerce/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/leave-at-door-for-woocommerce/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/leave-at-door-for-woocommerce/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/leave-at-door-for-woocommerce/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/leave-at-door-for-woocommerce/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/leave-at-door-for-woocommerce/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/leave-at-door-for-woocommerce/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/leave-at-door-for-woocommerce/reviews/)

## Contributors

 *   [ AMP-MODE ](https://profiles.wordpress.org/ampmode/)
 *   [ Scott DeLuzio ](https://profiles.wordpress.org/scottdeluzio/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/leave-at-door-for-woocommerce/)