Results 1 to 9 of 9
  1. #1
    Join Date
    Feb 2007
    Posts
    109
    Plugin Contributions
    0

    Default Export products as CSV file?

    Is there a way to export products as a CSV file with zen cart. I checked into easy populate but from what I can tell that only allows import. I have a client that wants to switch from Zen Cart to X-cart. I would like to be able to easliy switch over her products to X-cart. Does anyone know how to do this? Thanks in Advance.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Export products as CSV file

    phpmyadmin export as a csv file
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Aug 2007
    Location
    Tampa FL.
    Posts
    142
    Plugin Contributions
    0

    Default Re: Export products as CSV file

    Try this,

    HTML Code:
    SELECT * 
    INTO OUTFILE 'YOUR FOLDER/result.csv'
    FIELDS TERMINATED BY ','
    OPTIONALLY ENCLOSED BY '"'
    LINES TERMINATED BY '\n'
    FROM products, products_discription
    if its not on a local server u will have to retrive file from where you saved it.

    Always Backup Your Database First

  4. #4
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,237
    Plugin Contributions
    20

    Default Re: Export products as CSV file

    Quote Originally Posted by gabenn2 View Post
    Is there a way to export products as a CSV file with zen cart. I checked into easy populate but from what I can tell that only allows import. I have a client that wants to switch from Zen Cart to X-cart. I would like to be able to easliy switch over her products to X-cart. Does anyone know how to do this? Thanks in Advance.
    Easy Populate will allow you to EXPORT - but what a strange place to be asking if anyone knows who to switch TO X-Cart
    Development Manager @ JSWeb Ltd
    Over 15 years with Zencart

  5. #5
    Join Date
    Aug 2007
    Location
    Tampa FL.
    Posts
    142
    Plugin Contributions
    0

    Default Re: Export products as CSV file

    Quote Originally Posted by Ryk View Post
    Easy Populate will allow you to EXPORT - but what a strange place to be asking if anyone knows who to switch TO X-Cart
    i was going to say that but thought i would be nice!

  6. #6
    Join Date
    Feb 2007
    Posts
    109
    Plugin Contributions
    0

    Default Re: Export products as CSV file

    It isn't for me, trust me I love my zen. I tried asking on the X-cart forums but they all acted like they didn't know what zen cart was .

    And duh , why didn't I think of doing the database export, Sorry guys and thanks!

  7. #7
    Join Date
    Oct 2007
    Posts
    17
    Plugin Contributions
    0

    Default Re: Export products as CSV file

    I'm actually in the opposite end of this problem - have a new client on x-cart and they are miserable. Are there any thread links about how I'd go about converting an x-cart database to zen cart? I'm hoping it's an easy conversion, I haven't even quoted them a price yet...

  8. #8
    Join Date
    Aug 2007
    Location
    Tampa FL.
    Posts
    142
    Plugin Contributions
    0

    Default Re: Export products as CSV file

    Quote Originally Posted by webguygary View Post
    I'm actually in the opposite end of this problem - have a new client on x-cart and they are miserable. Are there any thread links about how I'd go about converting an x-cart database to zen cart? I'm hoping it's an easy conversion, I haven't even quoted them a price yet...
    Hi,
    I dont believe the database fields match but you could export your database to cvs and modify it for upload with zencart with easypopulate it will take some time but i think its worth it to switch to zencart

  9. #9
    Join Date
    Jun 2009
    Posts
    66
    Plugin Contributions
    0

    Default Re: Export products as CSV file

    Quote Originally Posted by poolprorich View Post
    Try this,

    HTML Code:
    SELECT * 
    INTO OUTFILE 'YOUR FOLDER/result.csv'
    FIELDS TERMINATED BY ','
    OPTIONALLY ENCLOSED BY '"'
    LINES TERMINATED BY '\n'
    FROM products, products_discription
    if its not on a local server u will have to retrive file from where you saved it.

    Always Backup Your Database First
    where have I to insert this code? in a new php page? or in sql section in phpmyadmin?

 

 

Similar Threads

  1. Export CSV file error
    By joey779 in forum General Questions
    Replies: 0
    Last Post: 23 Jul 2011, 03:39 PM
  2. Automatic Export To CSV File?
    By tonsai in forum General Questions
    Replies: 1
    Last Post: 8 Nov 2010, 05:20 PM
  3. Export products to a csv file
    By bebijuteria in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 4 Nov 2007, 11:45 AM
  4. export csv file of database
    By rentkamera in forum General Questions
    Replies: 1
    Last Post: 16 Sep 2007, 09:51 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