product display order in category

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 năm cách đây
After using NOP for a little while now, I have ran into a very time consuming task.  I am very particular with my catalog and in what order my products appear.  Now I find myself spending a lot of time rearranging values for display order when adding a new product. Say I want my new product to be displayed between 2 other products (out of 50) which have a display order of 5 & 6.  Currently I have to change 45 display order values to accomplish the task. It would be great if the display order value was set to accept decimals. I could set the new product's display order value to 5.1 or 5.01... not sure how many would need to squeeze 99 products between 2 others. Just a though in the name sake of saving time... let me know what you think.
10 năm cách đây
How about starting off by entering 100, 200, 300, etc.

If you have a SQL tool, like SSMS, you can update your existing data:

UPDATE Product
SET DisplayOrder = DisplayOrder * 100
7 năm cách đây
You can use negative numbers.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.