I'm trying to import products and categories from one store to another, but in magento there's only the option to export only the products and customers.
Is there any way to do this?
I'm trying to import products and categories from one store to another, but in magento there's only the option to export only the products and customers.
Is there any way to do this?
The best way I've found it to date is to use this script
just register the site gives you a php that exports your products in a csv worksheet
The categories come in json, you can extract and format them into the format
categoria pai/categoria filho
and import using magmi with plugin on the fly categorie importer.
It's laborious, and not very practical yet, but it works.
If someone has a better solution please share!