cancel
Showing results for 
Search instead for 
Did you mean: 

Bug? Category product position resets

Bug? Category product position resets

Hey,

I'm working in Magento Enterprise and have been sorting products manually by assigning position values in their respective categories. However, I just noticed that all my positions have been reset to default. Quite a bummer.

 

Is this perhaps a known bug? Or something I hvae not set up correctly in Magento?

 

Any thoughts or help much appreciated!

 

1 REPLY 1

Re: Bug? Category product position resets

Yes also encountering this problem.

 

Tracked it down to Mage_ImportExport_Model_Import_Entity_Product::_saveProductCategories()

 

$categoriesIn[] = array('product_id' => $productId, 'category_id' => $categoryId, 'position' => 1);

 

This is hard coding 1 as the position.