Magento 2 Extensions:Delivery Date

From XTENTO Support Wiki
Jump to: navigation, search
This is a guide for Magento 2. For Magento 1 extensions and guides, please refer to Magento 1 Guides.

Deliverydate450.png
Buy-now.png

Contents

Overview

Allow your customers to select a delivery date, enter a comment and even choose the delivery time in the checkout. Flexible and easy to use, this extension will improve your customers checkout experience tremendously

Interested in this Magento Extension?

Head over to our store to purchase this extension: Delivery Date / Comment

Got questions? Feel free to contact us! Contact Form

Setting up the extension

After installing the extension as described in the above link, the extensions configuration section is located at System > XTENTO > Delivery Date. Make sure to enable the module there.

You will also configure the extensions settings there. For example, when delivery is possible, whether comment can be entered, etc.

All settings can be made on "store view" level, meaning, differently for different store views.

If you're just looking to see the settings before your purchase, head over to our demo environment. (https://demo.xtento.com)

Troubleshooting

Where is the delivery date/comment stored?

Data is stored in the "sales_order" table of Magento, meaning, no special code is required to extract it and it's also available via the API.

You will need to load the $order, then you can do:

$order->getData('xtento_delivery_date')
$order->getData('xtento_delivery_note')

Personal tools
Namespaces
Variants
Actions
General Information
Magento 2 Guides
Magento 2 Extensions
Magento 1 Guides
Magento 1 Extensions
Magento Integration Suite
Product Feed Guides
Toolbox