Hello Jerome,
Thanks for your reply,
I already did switch the Default today button to "yes" but the default value automatically switches to today (+ 5 waiting days), and the defualt day is showing fine, but the original problem stays the same...
When I try to make a new custom field (with the same values and keep the default day empty) it's giving the following warning;
Warning: strpos(): Empty needle in /home/houtensc/public_html/plugins/hikashop/datepickerfield/datepickerfield_class.php on line 294
Line 294 says;
if(strpos('%', $format) !== false) {
$format = str_replace(array('%A','%d','%B','%m','%Y','%y','%H','%M','%S','%a'),array('l','d','F','m','Y','y','H','i','s','D'),$format);
}
Could this have something to do with the problem?
Greetings, Hidde