Overview
Back to topAs a merchant, you will need to consider a customer’s availability at the time of delivery. What if a customer is unavailable at delivery time, would you drop the package in their mailbox or bring it back with you? To handle these situations, it is wiser to ask the customer about the situations.
To solve that problem, Customers can enter "Delivery Instructions" throughout the checkout process using this add-on. This information is kept with the order and can be accessed under the delivery instructions area in both the Magento admin panel while viewing and performing any actions to the order and in front-end. Customer can view the Delivery Instructions under the Order View Section as well as in the confirmation email.
This extension is compatible with the Current version of standard vanilla theme of Magento and any theme which is currently used one step checkout. Most of the time, you don't need to make any changes in the UI/UX of the website to make it work with your custom design or standard theme.
This plugin integrates with the Magento REST API order flow. You just need to provide the delivery instructions within the payload.
POST - <Base_Url>/rest/V1/carts/<cart_id>/order
{
"paymentMethod": {
"method":"purchaseorder",
"po_number":"123456",
"extension_attributes":{
"delivery_instructions": "Leave the Parcel at the neighbor's house."
}
},
"shippingMethod":
{
"method_code":"freeshipping",
"carrier_code":"freeshipping"
}
}
Features:
- Simple to set up and operate.
- The Delivery Instructions option is available throughout the checkout process.
- Delivery Instructions are recorded with the transaction and are accessible in the font-end with the order view, invoice, and shipment.
- Delivery Instructions are saved with the transaction and may be accessed in the admin via the order view, invoice, and shipping.
- The consumer can also find the shipping instructions in Magneto's Purchase Confirmation Email.
- Designed to operate with the Magento REST API order flow. When you call to place an order API, you include the delivery instructions.
Technical Specifications
Back to topSeller profile
Seller contact
Current Version
100.0.1
Adobe Commerce platform compatibility
Adobe Commerce (cloud): 2.4 (current)
Adobe Commerce (on-prem): 2.4 (current)
Magento Open Source: 2.4 (current)
Type
Stable Build
Updated
04 March, 2025
Categories
Extensions, Shipping & Fulfillment, Order Management (OMS)
Supported Browsers
Chrome, Firefox, Safari
Quality Report
Back to topAll tests were conducted on the latest versions of Adobe Commerce that existed for the compatible release lines at the moment of the extension submission. Latest versions of all other software were used, as applicable.
Release Notes
Back to top100.0.1:
- Compatible with Adobe Commerce (cloud) : 2.4
- Compatible with Adobe Commerce (on-prem) : 2.4
- Compatible with Magento Open Source : 2.4
- Stability: Stable Build
-
Description:
Compatible with the PHP 8.3
Minor Bug Fix
100.0.0:
- Compatible with Adobe Commerce (cloud) : 2.4
- Compatible with Adobe Commerce (on-prem) : 2.4
- Compatible with Magento Open Source : 2.4
- Stability: Stable Build
-
Description:
Initial Release
Support
Back to topThe best place to start if you need help with a specific extension is to contact the developer. All Adobe Commerce developers have both a contact email and a support email listed.
Contact Vendor