Hi
I've downloaded an add on - adding customers from Admin. I have been told that I should upload the files to my admin folder, but I'm not sure where this is?
Any help would be much appreciated
Thanks
matt
Hi
I've downloaded an add on - adding customers from Admin. I have been told that I should upload the files to my admin folder, but I'm not sure where this is?
Any help would be much appreciated
Thanks
matt
When you open the connection to your site with your ftp program, you should see a directory listing of your site.
Now if you followed the recommendations and renamed your admin directory, you should see it in the listing. Upload your files to the correct locations in that directory.
Doug
I was downloading today this nice mod. I have uploaded the files into the right folders and double checked it. Everything looks fine.
If I add a customer, I get 2 messages see attached file. As well the customer is not getting the welcome mail. The tab is set at "Send this customer the welcome e-mail"
Any ideas?
Thanks
Skiller
I made this changes and now the customers are getting the mail with the PW
Code:dd Customers from admin addon For version 1.06 it wasn't sending a welcome email when checked. I changed line # 420 in add_customers_backend.php in the admin folder from: if($send_welcome == 1) to if($send_welcome == 'send') And now it sends the welcome email successfully. It did not cause the foreach error to go away though. Looking into it still. If I figure it out I will post an update.