Results 1 to 10 of 263

Threaded View

  1. #11
    Join Date
    Apr 2010
    Posts
    5
    Plugin Contributions
    0

    Default Re: Add Customers from admin addon

    Sorry - mine is the same. this is what I inserted for Ireland (IE is the ISO code for Ireland) and in the CSV I added a column "Country" and filled it with "ie" for each entry.

    $country_id = $country_query->fields['countries_id'];
    } else if ($country == 'ie') {
    $country_query = $db->Execute("SELECT countries_id FROM " . TABLE_COUNTRIES . "
    WHERE countries_iso_code_2 = 'IE'");
    Last edited by Donaldo01; 23 Apr 2010 at 05:59 PM. Reason: Stupid typo!

 

 

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