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 8 years, 2 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