• Resolved Chris

    (@chips)


    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)
  • 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

    (@chips)

    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 6 years, 8 months ago by Chris.

    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.