문제

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 ?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top