My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
This makes the mod work in ZC150. But as we know...making it work is only half the equation.
Is it also secure and PCI compliant?
Originally Posted by boozubay
FIXED not working for 1.5!
add customers.php change line 172
<form method="POST" enctype="multipart/form-data" action="' . $_SERVER['PHP_SELF'] . '">
<td class="formAreaTitle">' . CATEGORY_PERSONAL . '</td><input name="action2" type="hidden" value="add_complete" />
Also change line 8
$action = (isset($_GET['action2']) ? $_GET['action2']:false);
$error = false;
$processed = false;
$cInfo = array();
require_once('add_customers_backend.php');
//for single customer insert
if ($action2) {
$array = validate_customer();
$errors = $array['errors'];
$cInfo = $array['cInfo'];
if (count($errors) < 1) {
insert_customer();
$feedback[] = 'Customer inserted successfully';
}
}
//end of single customer insert
Works perfectly now!
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
I'm interpreting that he has fixed the "not working for 1.5" issue. I agree with you the statement is ambiguous and open to various interpretations though. I also agree that a LOT more information is needed, as I indicated in my response to his post.
My concern, in addition to the ambiguity of his statement, is the way in which this issues was "fixed". There are other files in the fileset that need to be cleaned up and/or removed altogether, the readme should be updated, and it should be tested for functionality, security, and compliance.
Finally, if it passes all of the above, the updated fileset should be submitted to the downloads area, rather than a code tweak posted in the support thread.
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
I have V1.5 installed this add on and it does not even show the add customer button, also tried a few of the changes discussed here but it still does not work, does anyone have this working or is there another add on that does work?