Works great! Thanks for the quick turn-around on the bug fix.
-Mark
Printable View
Thanks for the report. There is, unfortunately, yet-another bug that's crept in (only that the admin-activity-log won't actually identify the customer's account that was logged in).
The code on line #89 should be changed from
toCode:'gzpost' => gzdeflate (json_encode (array ( 'action' => 'emp_admin_login', 'customer_email_address' => $p1 )), 7),
I'll note the issue on the plugin's GitHub repo and get the update scheduled.Code:'gzpost' => gzdeflate (json_encode (array ( 'action' => 'emp_admin_login', 'customer_email_address' => $p1a )), 7),
I am using ZC ver 1.54,
Will this work with the latest ver of EMP?
I also have installed other plugins (add customers, minimum order etc). Will this affect them?
v2.2.1 of EMP has been validated with Zen Cart 1.5.3 through 1.5.5a and only affects the built-in Zen Cart Customers->Customers processing (using the ZC 1.5.5a version of those customers.php files).
Since you're running on Zen Cart 1.5.4, EMP will require modification to the module (/YOUR_ADMIN/customers.php) that handles the processing when you click your admin menu's Customers->Customers link.
No changes will be made to the customer information that you have already entered.
I think I was waiting for a fix for this issue: https://www.zen-cart.com/showthread....66#post1310266.
It's approved now.
Thanks, @swguy, I've got that change queued up for a v2.2.2 release ... and I'd forgotten about it! I'll get that change packaged up over the next couple of days.
Hello, The latest version available for download v2.2.1 has old core files since 1.5.5d has come out.
According to instruction c: /YOUR_ADMIN/customers.php (This is the Zen Cart v1.5.5 version of the file)
Does it use the file without changes or are changes required? When I view the diff I cannot tell what needs to be changed because I do not know what is new from 1.5.5d.
According to instruction l: /YOUR_ADMIN/includes/languages/english/customers.php (This is the Zen Cart v1.5.5 version of the file)
Does it use the file without changes or are changes required? When I view the diff I really do not see changes except for the header....
Thank you!