Forum Moderators: coopster
I'm creating an online store with a bunch of products that are in seperate categories.
In the database I have a column for 'display_order' and I want to make that number editable for the admininstrator to change the product display order.
Does anyone know if there is a good method for managing the display order in the database. There have been challenges for me, that's for sure. Any advice is much appreciated.
As far as editing the display order numbers, you can do it manually through phpmyadmin or the console, or through a web browser if you are up to coding your own little interface. :)