Zen Cart Logo
Forums / All Other Contributions/Addons / "Add Customers from Admin" Mod help

"Add Customers from Admin" Mod help

Locked

Views: 2,117

Results 1 to 10 of 10
This thread is locked. New replies are disabled.
31 Jul 2009, 11:56 AM
#1
didee avatar

didee

Zen Follower

Join Date:
Jan 2009
Location:
Queensland, Australia
Posts:
115
Plugin Contributions:
0

"Add Customers from Admin" Mod help

OK, I have been looking for hours, I just want the basic knowledge of where do I actually put this file... I have unzipped and uploaded it in my store directory, but cant find it in the admin/customers section in the back office, need step by step instructions. thanks

31 Jul 2009, 12:39 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: "Add Customers from Admin" Mod help

I just installed this on a test site, and it seems to work fine.

The folders and files are all under the 'admin' folder inside the mod zip file. After unzipping, FTP that admin folder to the root of your site, and there will be an 'Add Customer' option at the bottom of Admin - Customers.

If you have changed the name of your admin folder, you'll have to change the name of the admin folder in the mod to the same thing before uploading.

31 Jul 2009, 1:06 PM
#3
didee avatar

didee

Zen Follower

Join Date:
Jan 2009
Location:
Queensland, Australia
Posts:
115
Plugin Contributions:
0

Re: "Add Customers from Admin" Mod help

ok, so far so good. I sent myself a test email and fine also, but I checked the box at the bottom to send me a welcome email...how do I get that to work and also. thanks

But i did get this message on the both tests
There were errors

Warning: Invalid argument supplied for foreach() in /home/www/stitchwith.me/admin/add_customers.php on line 71

13 Aug 2009, 7:45 PM
#4
virtualahmad avatar

virtualahmad

Zen Follower

Join Date:
Jan 2006
Location:
Toronto, Ontario, Canada
Posts:
179
Plugin Contributions:
0

Re: "Add Customers from Admin" Mod help

Didee:

...But i did get this message on the both tests
There were errors

Warning: Invalid argument supplied for foreach() in /home/www/stitchwith.me/admin/add_customers.php on line 71

I have the same issue... running on 1.3.8a. That line seems to be looping through errors for an uploaded file, except i'm not uploading a file... just manually entering customer data in the fields and clicking INSERT:

Line 71:

	foreach ($errors as $line_no=>$error) {
		if (is_array($error)) {

			echo "<div>
				Errors on line " . ($line_no+1) . " of the imported file
			</div>";
			echo '<ul>';
			foreach ($error as $err) {
				echo '<li style="color: red;">' . $err . '</li>';
			}
			echo '</ul>';
		} else {
			echo '<li style="color: red;">' . $error . '</li>';
		}
	}
15 Aug 2009, 6:14 AM
#5
edm avatar

edm

New Zenner

Join Date:
Mar 2008
Posts:
52
Plugin Contributions:
0

Re: "Add Customers from Admin" Mod help

Just installed this into a new site on Zen Cart 1.3.8a, added a new customer and got the same message; Error in \store\admin\add_customers.php on line 71.
The customer has populated ok.

23 Aug 2009, 12:00 PM
#6
jamie2k avatar

jamie2k

New Zenner

Join Date:
Oct 2006
Location:
Suffolk UK
Posts:
55
Plugin Contributions:
1

Re: "Add Customers from Admin" Mod help

Edm:

Just installed this into a new site on Zen Cart 1.3.8a, added a new customer and got the same message; Error in \store\admin\add_customers.php on line 71.
The customer has populated ok.

I am getting the same error

anyone know why ?

20 Nov 2009, 12:13 PM
#9
poosk avatar

poosk

Totally Zenned

Join Date:
Mar 2005
Location:
Helsinki
Posts:
477
Plugin Contributions:
0

Re: "Add Customers from Admin" Mod help

I just installed the plugin. Problem is there is no password field AND the email welcome emails are not send..

How could I add the password field to the plugin??!?!?

24 Nov 2009, 2:20 PM
#10
poosk avatar

poosk

Totally Zenned

Join Date:
Mar 2005
Location:
Helsinki
Posts:
477
Plugin Contributions:
0

Re: "Add Customers from Admin" Mod help

PPPLLLLLEASE?! Anyone else had problem with welcome emails?