Re: Add Customers from Admin 2.0 (1.5.0 and later) [Support Thread]
I'm glad you figured it out; it's strange, though, that the file's permissions were magically changed.
Re: Add Customers from Admin 2.0 (1.5.0 and later) [Support Thread]
Hi Lat9
Does this mod play nicely with your Customer Minimum Account mod?
The reason I ask is that I have both installed yet when I attempt to manually add an individual (I've not tried via bulk upload as no call to do so) customer (filling in all displayed info options) then continue with the submit button the page simply refreshes (still containing the customers details) yet doesn't populate the customer to the list of customers.
I'm assuming 'somewhere' there is some missing required information that the add customer mod is requiring but the minimum account mod is not offering?
Below is an excerpt of errors using your other clever mod :wink:
PHP Code:
[09-Jun-2014 20:29:59 UTC] PHP Notice: Use of undefined constant SUPERUSER_PROFILE - assumed 'SUPERUSER_PROFILE' in /home/MYDIRECTORY/public_html/MYSECRETADMIN/includes/init_includes/init_admin_auth.php on line 11
[09-Jun-2014 20:29:59 UTC] PHP Notice: Undefined index: customers_fax in /home/MYDIRECTORY/public_html/MYSECRETADMIN/add_customers_backend.php on line 410
[09-Jun-2014 20:29:59 UTC] PHP Notice: Undefined index: customers_gender in /home/MYDIRECTORY/public_html/MYSECRETADMIN/add_customers_backend.php on line 414
[09-Jun-2014 20:29:59 UTC] PHP Notice: Undefined index: customers_dob in /home/MYDIRECTORY/public_html/MYSECRETADMIN/add_customers_backend.php on line 415
[09-Jun-2014 20:29:59 UTC] PHP Notice: Undefined index: customers_referral in /home/MYDIRECTORY/public_html/MYSECRETADMIN/add_customers_backend.php on line 417
[09-Jun-2014 20:29:59 UTC] PHP Notice: Undefined index: send_welcome in /home/MYDIRECTORY/public_html/MYSECRETADMIN/add_customers_backend.php on line 418
[09-Jun-2014 20:29:59 UTC] PHP Notice: Undefined index: default_address_id in /home/MYDIRECTORY/public_html/MYSECRETADMIN/add_customers_backend.php on line 430
[09-Jun-2014 20:29:59 UTC] PHP Notice: Undefined index: entry_suburb in /home/MYDIRECTORY/public_html/MYSECRETADMIN/add_customers_backend.php on line 432
[09-Jun-2014 20:29:59 UTC] PHP Notice: Undefined index: entry_company in /home/MYDIRECTORY/public_html/MYSECRETADMIN/add_customers_backend.php on line 437
[09-Jun-2014 20:29:59 UTC] PHP Notice: Undefined index: entry_state in /home/MYDIRECTORY/public_html/MYSECRETADMIN/add_customers_backend.php on line 438
[09-Jun-2014 20:29:59 UTC] PHP Notice: Undefined variable: feedback in /home/MYDIRECTORY/public_html/MYSECRETADMIN/add_customers.php on line 126
[09-Jun-2014 20:29:59 UTC] PHP Notice: Undefined index: insert_y in /home/MYDIRECTORY/public_html/MYSECRETADMIN/add_customers.php on line 224
Re: Add Customers from Admin 2.0 (1.5.0 and later) [Support Thread]
I haven't tried the merge between Add Customers from Admin and Minimum Customer Account Information, they shouldn't overlap much since one's totally admin-side and the other is totally store-side! There would be some of the changes to the "Add Customers" processing, I'm thinking, to pull in the MCAI create-account processing (not a merge, per se, but additional development).
The PHP_NOTICE messages you show are simply the result of sloppy programming, which will be corrected in the next release of ACfA, but should not affect your ability to add a customer.
Re: Add Customers from Admin 2.0 (1.5.0 and later) [Support Thread]
Quote:
Originally Posted by
lat9
I haven't tried the merge between Add Customers from Admin and Minimum Customer Account Information, they shouldn't overlap much since one's totally admin-side and the other is totally store-side! There would be some of the changes to the "Add Customers" processing, I'm thinking, to pull in the MCAI create-account processing (not a merge, per se, but additional development).
The PHP_NOTICE messages you show are simply the result of sloppy programming, which will be corrected in the next release of ACfA, but should not affect your ability to add a customer.
hmm, I've poked and prodded but no luck. I'm assuming that the warning/error notification of an incomplete form is not displaying hence the page never processing.
Re: Add Customers from Admin 2.0 (1.5.0 and later) [Support Thread]
Hi,
I'm trying to implement this http://www.zen-cart.com/downloads.php?do=file&id=425 to be triggered when adding a customer from admin, see my post here http://www.zen-cart.com/showthread.p...91#post1251091 i hope someone can shed some light
Re: Add Customers from Admin 2.0 (1.5.0 and later) [Support Thread]
What you're trying to achieve, while possible, will take some time/investigation (i.e. beyond the scope of free forum-based support) since the MailChimp Newsletter Sidebox plugin is store-side-only while Add Customers From Admin operates only on the admin side. You'll need to copy some of the files from the MailChimp plugin to your admin folders for this functionality to operate properly.
Re: Add Customers from Admin 2.0 (1.5.0 and later) [Support Thread]
This plugin works with v1.5.4 with no changes
Re: Add Customers from Admin 2.0 (1.5.0 and later) [Support Thread]
Quote:
Originally Posted by
adb34
This plugin works with v1.5.4 with no changes
Thanks for the confirmation!
Re: Add Customers from Admin 2.0 (1.5.0 and later) [Support Thread]
Hi There,
I added this onto my admin and it seems to be working fine. However if i try to edit an existing customers date of birth, when I click update the date of birth changes to 13/02/22/0 then if I click update again it changes to 30/11/2036 it's the same everytime. Eventually it accepts the 30/11/2036 date but no other and I can't change it. I am using V1.54 not an upgrade.
Re: Add Customers from Admin 2.0 (1.5.0 and later) [Support Thread]
Quote:
Originally Posted by
Annie_zaz
Hi There,
I added this onto my admin and it seems to be working fine. However if i try to edit an existing customers date of birth, when I click update the date of birth changes to 13/02/22/0 then if I click update again it changes to 30/11/2036 it's the same everytime. Eventually it accepts the 30/11/2036 date but no other and I can't change it. I am using V1.54 not an upgrade.
I can't reproduce this.
What other mods did you install?
Are updating the DOB in the customers interface or within 'add customers'?