Page 1 of 1

General question

Posted: Fri Jun 29, 2018 12:13 am
by abhinavd002
How to get "date selection" (if a costumer place order he should not get the option of next day, he should get the option of date selection after next day only) option for products.

Re: General question

Posted: Fri Jun 29, 2018 10:22 pm
by straightlight
In your relative TWIG file, find:

Code: Select all

$('.date').datetimepicker({
and / or:

Code: Select all

$('.datetime').datetimepicker({
add below (possibly) each:

Code: Select all

minDate: 2,
This should rectify the issue.