I've just submitted v2.0.7 to the plugins for review. Changes are:
- Updated to use zen_create_PADSS_password, if present, like I should have 3 years ago
- Add checks to prevent the issuance of PHP Notify logs
This version of the plugin fully supports Zen Cart v1.5.5.
Hi I downloaded the latest and found a small problem in the code:
syntax error, unexpected ')' in ...admin/add_customers_backend.php on line 194
this statement had an extra ")" at the very end "in red below"- removed it and seems to be working now
$customers_dob = (isset($inArray['customers_dob'])) ? zen_db_prepare_input('0001-01-01 00:00:00') : zen_db_prepare_input($inArray['customers_dob']));
Thanks for the report, @Belaird. I've noted the issue (and your spot-on correction) in the plugin's github repository and will be re-submitting with the issue corrected in a couple of days.
I installed on ZC 1.5.4 and I have the Add Customer link in the Customers Menu, but get a blank page. When I check the error log I get this error:
[28-Jan-2016 15:18:04 America/Denver] PHP Parse error: syntax error, unexpected ')' in /home2/lhalspor/public_html/zenadmin/add_customers_backend.php on line 194
Any help would be appreciated.
I've got the change up on the plugin's GitHub repository (https://github.com/lat9/add_customers_from_admin); waiting for Zen Cart v1.5.5 to submit to the plugins.
Bookmarks