Viewing 2 replies - 1 through 2 (of 2 total)
  • Yes, just drag and drop them

    here a other way…

    in your SQL admin try

    SET @x = 0;
    UPDATE ???_huge_it_catalog_products SET ordering = (@x:=@x+1) ORDER BY name;

    just replace the 3 ? by the prefix of your WPtable those command will reset the order by the name of your products this command work in phpmyAdmin

    so if Huge It get the time to add this option a reset order combo box to reorder a entire catalog that will be very nice

    If someone need to order only one catalog, you will need to add a WHEREcatalog_id= x to select only the catalog you need to reorder

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘sort order’ is closed to new replies.