Skip to content

Category Product Position

Alexander Menk edited this page Jun 5, 2013 · 4 revisions

Right now it is impossible to set the category product position during import/export because it is hard coded in Mage_ImportExport_Model_Import_Entity_Product::_saveProducts().

Because rewriting such a huge and core method could cause serious problems an according pull request will not be merged.

An approach to a workaround for this can be found here:

https://github.com/nhp/AvS_FastSimpleImport/commit/c3c3b859bc3586583232ee0e2b9ecf67f8f6ba25

This shall not be considered as a ready-made solution, as on each new Magento version the patch has to be adapted.

More information: https://github.com/avstudnitz/AvS_FastSimpleImport/pull/32

Clone this wiki locally