Question

I have my own database with product information. I want to upload these products straight to Magento's mySQL database. I tried investigating database structure and it's extremely confusing. So far what I've figured out is that they store product information across many different and therefore understanding every table and how it all comes together seems impossible. Is there any way to import products to magento without making direct sql queries to many different tables ? Or perhaps there's some other way to import products to magento programatically ?

Était-ce utile?

La solution

Magmi is based on importing product, categories through direct SQL queries. You should have a look there. More here. Or you can google it to find more about Magmi Project

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top