thenomad Posted July 13, 2005 Share Posted July 13, 2005 *Noob question* I have a database with five tables of about 100,000 products and images (thumbs and full-sized) of the products. Is it possible to use oscommerce and completely customize it to use the data I already have and is it worth it time/cost wise to do so? Thanks a lot for the help. Next question: is there anyone out there who would be interested in working on such a project? Link to comment Share on other sites More sharing options...
dave111 Posted July 13, 2005 Share Posted July 13, 2005 You should do it by using easy populate, which allows you to upload/download excel files of products and categories. Did recommend you install easy populate (only takes like 2minutes) and see how difficult it would be to put your data into the easy populate excel sheet. http://www.oscommerce.com/community/contributions,500 Link to comment Share on other sites More sharing options...
MPeace Posted July 13, 2005 Share Posted July 13, 2005 Easy populate is one way of doing it, but I wouldn't have said that it would be very easy for 100,000 products. Most servers are setup to allow PHP code to run for 30-60 seconds which would allow you to upload approx 300 or so entries in my experience. I have over 30,000 products in my database and what I did to get around the problem is write a simple C++ programe that converted the csv file data into a new file or files of SQL statements, upload it to the server and then use SSH to run the sql script directly from the shell. It was the first C++ program that I wrote and anyone who can understand the logic needed to create dynamic HTML pages can write a simple C++ program to edit and create text files. I used Bloodshed Dev-C++ to write my files its freeware. Matt Peace Link to comment Share on other sites More sharing options...
wizardsandwars Posted July 13, 2005 Share Posted July 13, 2005 You can do the same thing in php if you telnet or ssh in and run the scripts directly rather than running them through the browser. ------------------------------------------------------------------------------------------------------------------------- NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit. If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help. Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted July 13, 2005 Share Posted July 13, 2005 what database are your product in right now? I'm an expert with getting stuff out of one database into another, while dividing data into the appropriate tables. :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.