Codeinwp / woocommerce-product-addon

PPOM for WooCommerce
4 stars 4 forks source link

Date restrictions #247

Open AndreeaCristinaRadacina opened 7 months ago

AndreeaCristinaRadacina commented 7 months ago

What problem does this address?

A user asked about the possibility of restricting certain dates using the Date field.

At the moment, we can only disable weekends and past dates.

ref: https://wordpress.org/support/topic/restrict-date/

What is your proposed solution?

Integrate an Add Options tab where people can insert dates as intervals.

Will this feature require documentation? (Optional)

None

Soare-Robert-Daniel commented 3 weeks ago

This feature will be possible with only the jQuery date variant. We can create a new tab in the option popup with the list of restricted dates for the UI. Also, to add validation of the fields to cross-check the dates.