Title: Inline Datepicker
Last modified: March 13, 2018

---

# Inline Datepicker

 *  Resolved [Chris](https://wordpress.org/support/users/chips/)
 * (@chips)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/inline-datepicker/)
 * I’d need to be able to show the datepicker inline on the checkout page and always
   visible. I know it is possible with jQuery UI but can this be done with this 
   plugin?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [komal-maru](https://wordpress.org/support/users/komal-maru/)
 * (@komal-maru)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/inline-datepicker/#post-10073850)
 * Hi Chris,
 * Currently, it is not possible from both the versions (Lite or Pro) of our plugin
   to show the Inline calendar on the checkout page.
 * Please let me know if you have any further queries.
 * Regards,
    Komal Maru
 *  Thread Starter [Chris](https://wordpress.org/support/users/chips/)
 * (@chips)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/inline-datepicker/#post-10073973)
 * Hi Komal,
 * If you want to add it, it just needs a new option added, a containing element
   added to the checkout and a change to the orddd-lite-initialize-datepicker.js
   file. I’ve modded it for now as follows:
 *     ```
       jQuery( '#e_deliverydate' ).val( '' );
       jQuery( '#inline-datepicker' ).datepicker( {
       	inline: true,
       	altField: '#e_deliverydate',
       	...
       ```
   
    -  This reply was modified 8 years, 2 months ago by [Chris](https://wordpress.org/support/users/chips/).
 *  [komal-maru](https://wordpress.org/support/users/komal-maru/)
 * (@komal-maru)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/inline-datepicker/#post-10076829)
 * Hi Chris,
 * Thank you for providing us the Inline calendar code which you are using on your
   site.
 * We do know the code, but we need to check how the layout of this would impact
   our field on the checkout page due to which we have yet not considered this feature
   to work on.
 * Regards,
    Komal Maru

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Inline Datepicker’ is closed to new replies.

 * ![](https://ps.w.org/order-delivery-date-for-woocommerce/assets/icon-256x256.
   png?rev=2379428)
 * [Order Delivery Date for WooCommerce](https://wordpress.org/plugins/order-delivery-date-for-woocommerce/)
 * [Support Threads](https://wordpress.org/support/plugin/order-delivery-date-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/order-delivery-date-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/order-delivery-date-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/order-delivery-date-for-woocommerce/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [komal-maru](https://wordpress.org/support/users/komal-maru/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/inline-datepicker/#post-10076829)
 * Status: resolved