Is it possible to export/import product categories in Magento?
Posted
by Chris Schmitz
on Stack Overflow
See other posts from Stack Overflow
or by Chris Schmitz
Published on 2010-02-24T14:42:55Z
Indexed on
2010/06/16
7:32 UTC
Read the original article
Hit count: 438
I saw one other question on how to do a mass import of products, categories, and all that, but all I want to be able to do is import my categories from one store to another.
When you export products I see that there is still a category ID attribute that it gives the products, but I don't see any options for exporting product categories.
I assume the simplest way would be to just copy over the tables with SQL, but when I export/import through phpMyAdmin it never works....
Any ideas?
Thanks,
Chris
© Stack Overflow or respective owner