How to make delivery date selection mandatory during checkout?

Topic summary

A user successfully installed a delivery date picker on their website but faces an issue where customers can proceed through checkout without selecting a date. The code snippet provided appears corrupted or reversed, making it difficult to assess the current implementation.

Proposed Solution:

  • Another user suggests implementing jQuery validation to make the date picker field required
  • References a Stack Overflow thread about validating jQuery datepicker fields

Current Status:

  • The issue remains unresolved
  • The validation approach hasn’t been confirmed as working
  • Additional troubleshooting or code correction may be needed to properly implement the mandatory date selection
Summarized with AI on November 13. AI used: claude-sonnet-4-5-20250929.

I successfully installed a delivery date picker on the website.

but the user can keep checking out without picking a date, required doesn’t work.

here is my code:

{{ '//code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css' | stylesheet_tag }}

  

1 Like

Try by creating something like this

https://stackoverflow.com/questions/30995765/validate-jquery-datepicker