cancel
Showing results for 
Search instead for 
Did you mean: 

Exporting product category sort orders?

SOLVED

Exporting product category sort orders?

Hi All, very sorry for my lack of knowledge, but hopefully this is the place I can find some help.

I am currently using V1.9

I am trying to find how to export the current sort orders we have set within each category for the products we have in the magento database.

I lot of the sort orders we have customers with our most popular products appearing near the top of the page (hence with the lowest numbers)

I need to export that to a CSV if possible linked to the appropriate SKU. Anyone know how I can do that please. Thanks in advance!

2 ACCEPTED SOLUTIONS

Accepted Solutions

Re: Exporting product category sort orders?

HI @arnoux,

You can get it by database table as well.

You can find product sort order in "position" column in the "catalog_category_product" table.

I hope it will help you!

View solution in original post

Re: Exporting product category sort orders?

2 REPLIES 2

Re: Exporting product category sort orders?

HI @arnoux,

You can get it by database table as well.

You can find product sort order in "position" column in the "catalog_category_product" table.

I hope it will help you!

Re: Exporting product category sort orders?

You might want to consider an extension like: https://marketplace.magento.com/commerceextensions-ext5234.html?edition[]=open%20source%20(ce)

 

Best of luck!