C3 Category Position Import/Export Extension
C3 Category Position Import/Export Extension
If you have a good number of categories and products, it can be time consuming to change positions of products in categories.
This extension adds automatic export and import of category positions; so you can export your current positions, edit them in the csv either directly or via a spreadsheet, and then import the changed positions.
Export - Dataflow export is very slow, so a custom export is used that just exports the products and their positions within categories.
Import - A .csv file with sku, _category and _position columns can now be imported using the standard Magento Import.
Current limitations:
- Bundled products can have their position exported but not imported due to limitations in Magento's import. We are looking into this for the next release.
- Dataflow import cannot be supported for position import as it works on product-per-row