A client needs to submit information to a potential buyer and we need JUST the following data:
Product # (model number, however you want to label that as)
Product Name/Title
Price
When I'm in the database via MyPHPAdmin, and click on "Products" - I got the Product # and Price ... but no Product Name/Title.
And none of the subsequent "product_" choices have that information.
So, how do I do this? Will I have to go to the store and copy/paste in the product name/title into the spreadsheet by hand?
Just to clarify, I do NOT need the "product id", the one generated by Zencart when you add the product. I need the product # WE assign (model number, again, whatever you want to call it).
Problem is the product_model and product_price are under "products" and product_name is under "product_description". That's 2 separate exports. I am including product_id in both because I going to try and combine the two using that one common factor that is in both sets of data.
When I do the product_name is under "product_description", and try to open the downloaded notepad file into Open Office spreadsheet, it doesn't give me the screen to do tab delimited so the contents show up in neat columns. I am able to do that in other file.
So, since I can't easily read this 2nd file, I can't combine the two.
Again, the clarify, the ONLY data I need is:
product_name
product_model
product_price
No product description, no product ID (zencart generated number).
Now, databases/MySQL/MyPHPAdmin and I are not friends. If there is an easy way to do this, please give me step by step. I can do an easy export, but combining data from several sub-sections of a database is beyond me ... hence why I'm trying to combine two sub-sections of data. :frusty: