turpialito Posted November 10, 2008 Share Posted November 10, 2008 Hi, all. I have a very simple Excel spreadsheet consisting of 4000+ rows and two columns: a product ID number on column "A", followed by product name in column "B". I have successfully uploaded it to a MySQL database, but now I need to make it show up on my store's categories/products page. What's next? Link to comment Share on other sites More sharing options...
ruizerwin Posted November 10, 2008 Share Posted November 10, 2008 Before you upload the excel file you need to specify the category of each product. Remember you will use 3 table: tblcategories, tblcategories_products and tblproducts. You can specify the name of your category on your excel file or the category id. Hope it;s help Erwin D. Padilla Web Developer and Linux Admin Link to comment Share on other sites More sharing options...
turpialito Posted November 10, 2008 Author Share Posted November 10, 2008 ty, will try! Before you upload the excel file you need to specify the category of each product. Remember you will use 3 table: tblcategories, tblcategories_products and tblproducts. You can specify the name of your category on your excel file or the category id. Hope it;s help Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.