Results 1 to 10 of 263

Threaded View

  1. #20
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,247
    Plugin Contributions
    58

    Default Re: Add Customers from admin addon

    I haven't had any issues... Have it running on 6 stores currently all 1.3.8a

    The line for the error is Gender....

    Even if its not being used in the store, it must be uploaded in the CSV

    This is part of the original script... Not the upload addition... You might try commenting out the function in add_customers_backend.php

    Code:
    	if (ACCOUNT_GENDER == 'true') {
    		if (!in_array(array('m','f'), substr(strtolower($entry_gender), 0, 1))) {
    			$errors[] = 'Gender not recognised. Expected "m" or "f", got: ' . $entry_gender;
    		}
    		$sql_data_array['entry_gender'] = $entry_gender;
    	}
    Difficult for me to troubleshoot as I am having no errors.

    ~Melanie
    Last edited by mprough; 18 Feb 2009 at 04:04 PM.
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

 

 

Similar Threads

  1. how do i install the add customers through admin addon
    By Matt Smith in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 12 Oct 2009, 11:46 AM
  2. Add customers from Admin addon error
    By 21zerogo in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 30 Jul 2009, 02:12 AM
  3. How do I set default country when using Add Customers via Admin addon?
    By Andy_GS in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 21 Apr 2009, 09:40 AM
  4. Adding customers from admin side, without an addon?
    By dcb37ga in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Dec 2008, 05:22 AM
  5. Add customer from Admin addon
    By wireyourworld in forum Managing Customers and Orders
    Replies: 3
    Last Post: 4 Apr 2008, 05:45 PM

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