Michal Siman :: ITServis.![]() 2007-05-12 09:18 | In admin section, PRODUCT LIST, now sorting by name. Can be sort by name and by VIEW STATUS? So that all hidden product be on the end of list. » Quick.Cart v2.x |
treewood (OpenSolution)2007-05-12 10:07 | Michal Siman :: ITServis. - hm.. You can do this if You will use sort() function but it will be not easy. In core/products.php You should use in listProducts() function this sort(). Use it on $aData but first You need to change keys (indexes) to sort correctly. |