many mods but getting this when trying to import orders
Code:PHP Fatal error: Uncaught Error: Undefined constant "DATE_TIME_FORMAT" in /shipstation_zc.php:105
many mods but getting this when trying to import orders
Code:PHP Fatal error: Uncaught Error: Undefined constant "DATE_TIME_FORMAT" in /shipstation_zc.php:105
Find this section in /includes/languages/lang.english.php ...
... and add the highlighted lineCode:'DATE_FORMAT_LONG' => '%A %d %B, %Y', 'DATE_TIME_FORMAT_WITHOUT_SECONDS' => '%m/%d/%Y %H:%M',
Does that correct the problem?Code:'DATE_FORMAT_LONG' => '%A %d %B, %Y', 'DATE_TIME_FORMAT' => '%m/%d/%Y %H:%M:%S', 'DATE_TIME_FORMAT_WITHOUT_SECONDS' => '%m/%d/%Y %H:%M',
Bookmarks