New Zenner
- Join Date:
- Jun 2009
- Posts:
- 27
- Plugin Contributions:
- 0
Easy Populate 1.2.5.4 support
Refer to previous post.
Line 1747 in easypopulate.php
$v_date_avail = zen_not_null(trim($v_date_avail,""")) ? '"' . ep_datoriser(trim($v_date_avail,""")) . '"' : "NULL";
I'm thinking this error might be the date format. ZC product date available displays as yyyy-mm-dd.
What is the correct date format for the EP csv file?
Also is the EP csv file tab delimited or comma delimited, or doesn't it matter?
Thanks!