Page 8 of 16 FirstFirst ... 678910 ... LastLast
Results 71 to 80 of 151
  1. #71
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,347
    Plugin Contributions
    94

    Default 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.

  2. #72
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default 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

    PHP Code:
    [09-Jun-2014 20:29:59 UTCPHP 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 UTCPHP NoticeUndefined indexcustomers_fax in /home/MYDIRECTORY/public_html/MYSECRETADMIN/add_customers_backend.php on line 410
    [09-Jun-2014 20:29:59 UTCPHP NoticeUndefined indexcustomers_gender in /home/MYDIRECTORY/public_html/MYSECRETADMIN/add_customers_backend.php on line 414
    [09-Jun-2014 20:29:59 UTCPHP NoticeUndefined indexcustomers_dob in /home/MYDIRECTORY/public_html/MYSECRETADMIN/add_customers_backend.php on line 415
    [09-Jun-2014 20:29:59 UTCPHP NoticeUndefined indexcustomers_referral in /home/MYDIRECTORY/public_html/MYSECRETADMIN/add_customers_backend.php on line 417
    [09-Jun-2014 20:29:59 UTCPHP NoticeUndefined indexsend_welcome in /home/MYDIRECTORY/public_html/MYSECRETADMIN/add_customers_backend.php on line 418
    [09-Jun-2014 20:29:59 UTCPHP NoticeUndefined indexdefault_address_id in /home/MYDIRECTORY/public_html/MYSECRETADMIN/add_customers_backend.php on line 430
    [09-Jun-2014 20:29:59 UTCPHP NoticeUndefined indexentry_suburb in /home/MYDIRECTORY/public_html/MYSECRETADMIN/add_customers_backend.php on line 432
    [09-Jun-2014 20:29:59 UTCPHP NoticeUndefined indexentry_company in /home/MYDIRECTORY/public_html/MYSECRETADMIN/add_customers_backend.php on line 437
    [09-Jun-2014 20:29:59 UTCPHP NoticeUndefined indexentry_state in /home/MYDIRECTORY/public_html/MYSECRETADMIN/add_customers_backend.php on line 438
    [09-Jun-2014 20:29:59 UTCPHP NoticeUndefined variablefeedback in /home/MYDIRECTORY/public_html/MYSECRETADMIN/add_customers.php on line 126
    [09-Jun-2014 20:29:59 UTCPHP NoticeUndefined indexinsert_y in /home/MYDIRECTORY/public_html/MYSECRETADMIN/add_customers.php on line 224 

  3. #73
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,347
    Plugin Contributions
    94

    Default 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.

  4. #74
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Add Customers from Admin 2.0 (1.5.0 and later) [Support Thread]

    Quote Originally Posted by lat9 View Post
    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.

  5. #75
    Join Date
    Aug 2012
    Posts
    331
    Plugin Contributions
    0

    Default 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

  6. #76
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,347
    Plugin Contributions
    94

    Default 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.

  7. #77
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Add Customers from Admin 2.0 (1.5.0 and later) [Support Thread]

    This plugin works with v1.5.4 with no changes
    Learning Fast.
    Eden Craft Supplies

  8. #78
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,347
    Plugin Contributions
    94

    Default Re: Add Customers from Admin 2.0 (1.5.0 and later) [Support Thread]

    Quote Originally Posted by adb34 View Post
    This plugin works with v1.5.4 with no changes
    Thanks for the confirmation!

  9. #79
    Join Date
    Mar 2013
    Location
    Sydney, Australia
    Posts
    140
    Plugin Contributions
    0

    Default 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.

  10. #80
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Add Customers from Admin 2.0 (1.5.0 and later) [Support Thread]

    Quote Originally Posted by Annie_zaz View Post
    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'?
    Last edited by frank18; 9 Dec 2015 at 08:56 AM.

 

 
Page 8 of 16 FirstFirst ... 678910 ... LastLast

Similar Threads

  1. Save For Later Support Thread
    By swguy in forum All Other Contributions/Addons
    Replies: 223
    Last Post: 20 Mar 2025, 02:14 PM
  2. v155 Default Attribute - Add from product list [Support Thread]
    By swguy in forum Addon Admin Tools
    Replies: 9
    Last Post: 6 Jul 2020, 01:13 PM
  3. v151 Black and White Admin [Support Thread]
    By vvomble in forum Addon Templates
    Replies: 1
    Last Post: 1 Jun 2013, 04:04 PM
  4. add customers from admin
    By stevebrett in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 15 May 2009, 02:24 AM
  5. Add Customers from Admin
    By bigbadboy in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 13 Apr 2008, 02:42 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR