Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Mar 2006
    Location
    Fresno, California
    Posts
    620
    Plugin Contributions
    0

    Default Import Manufactures list

    Hi,

    Is it possible for me to import a manufacturers list? I have over 800 manufacturers, and that could take some time.

    I have all manufacturers in a .csv or tabbed delimited format, how do I import that?

    I'm looking at the easy populate mod, but for now it does not seem to be an answer...

    Actually, I have a database from a Cold Fusion site. When I open the csv files and flat files in Excel, it looks like a monkey on crank garbled up all the data.


  2. #2
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Import Manufactures list

    EasyPopulate doesn't do this.

    You could compile a SQL query that looks like this:-

    Code:
    INSERT INTO `manufacturers` (`manufacturers_id`, `manufacturers_name`, `manufacturers_image`, `date_added`, `last_modified`) VALUES
    (1, 'Casio', 'manufacturers/casio.jpg', '2008-05-20 09:00:00', '2008-05-20 09:00:00'),
    (2, 'Hitachi', 'manufacturers/casio.jpg', '2008-05-20 09:00:00', '2008-05-20 09:00:00'),
    (3, 'JVC','manufacturers/casio.jpg', '2008-05-20 09:00:00', '2008-05-20 09:00:00'),
    (4, 'Kenwood', 'manufacturers/casio.jpg', '2008-05-20 09:00:00', '2008-05-20 09:00:00');
    My example shows just 4 entries, but this should not take long if you use Excel and make use of it's capacity to:-
    add an incremental number in a cell (for the Manufacturer's ID)
    CONCATENATE text in fields (if needed, will help create image file path, AND bring all the text together for each reference)
    EXPORT file as TXT file

    With Excel, a lot of the data is duplicated (see my dates), so use excel to copy and paste.

    With 800 manufacturers, this method should take about 30 minutes...

  3. #3
    Join Date
    Mar 2006
    Location
    Fresno, California
    Posts
    620
    Plugin Contributions
    0

    Default Re: Import Manufactures list

    This query only works partially. I cannot see the new manufacturers on my home page- i.e. under "manufacturers" list scroll down box.

    However, I can see the new manufacturers when I go to admin > catalog > manufacturers

    Suggestions?

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Import Manufactures list

    Add some products for them?

    Or, check the Configuration ... Maximum Values ...
    Manufacturers List - Verify Product Exist
    Verify that at least 1 product exists and is active for the manufacturer name to show

    Note: When this feature is ON it can produce slower results on sites with a large number of products and/or manufacturers
    0= off 1= on
    NOTE: A dropdown box of 800 manufacturers can really be a problem to navigate ... you may want to come up with a different method of accessing them, if proves to be a problem ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    Mar 2006
    Location
    Fresno, California
    Posts
    620
    Plugin Contributions
    0

    Default Re: Import Manufactures list

    Yes, adding products for them works!

 

 

Similar Threads

  1. How to import email list to my admin email address list ??
    By cmike in forum Managing Customers and Orders
    Replies: 1
    Last Post: 21 Apr 2014, 01:02 PM
  2. Import Email List
    By trafficzombie in forum General Questions
    Replies: 1
    Last Post: 9 Jul 2009, 07:17 PM
  3. EU country list to import?
    By marksu in forum General Questions
    Replies: 4
    Last Post: 19 Jan 2008, 11:07 PM
  4. Move manufactures list from sidebox to under top horizontal nav
    By phastings in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 30 Dec 2007, 12:59 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