Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Importing Product info from excel


Guest

Recommended Posts

Has anyone updated their product information (i.e. pricing, etc.) in excel and imported it to oscommerce. I have over 600 products so doing the update one-by-one is tedious to say the least. Any help would be greatly appreciated.

Link to comment
Share on other sites

Long story short, MySQL is the database. phpMyAdmin is a open source program used to connect to MySQL in a "user friendly" manner. You may want to check with your host to see if they already have phpMyAdmin installed for you. If not, you can get it @ http://www.phpmyadmin.net, the settings would be the same as the ones you configured your OSC database.

 

Theoretically you should be able to:

  • Import your Excel file as a .csv(comma delimited) into your database
  • Use the new table to import info into all of the other neccessary tables in the database

I have close to 7000 items in my store, so believe me, I know where you're coming from. Unfortunately, I have to add things like pictures and descriptions manually, but they could be added via the same process.

 

**I've also heard a program called Easy Populate mentioned on this forum several times, but I've never used it. Give it a look here: Easy Populate

 

Hope this helps!

Link to comment
Share on other sites

You can download either from the links I provided above. I would start by trying to implement Easy Populate, it seems that if you have no real experience with MySQL that this would be the place to start. I can't speak from experience, but EP seems like it is installed in your admin so that you can use it from there. In terms of "sync"ing the info to OSCommerce, as long as you are changing the database and including the proper information for OSC to index all of your fields, the front-end will automatically recognize your updates. A word of caution, if you have no real experience with MySQL I would not start with phpMyAdmin. Try to install Easy Populate first.

Link to comment
Share on other sites

  • 2 weeks later...

I am also now looking to import an Excel file when I setup my new shop.

 

What about the fields/columns? Does the import actually import the tables of the Excel file?

 

Any help appreciated to explain it.

 

Oz

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...