metalice Posted October 7, 2011 Share Posted October 7, 2011 hi, i just added 200 new items to my shop. i would the new products page to show randomly the products and not every time to show the same. how can i do that? im using ps 1.4.4.1 what do i need to edit? tnx Matan Link to comment Share on other sites More sharing options...
liquidesnake Posted October 8, 2011 Share Posted October 8, 2011 Hi, Go to [root]/class/Product.php Find (line 1385) ORDER BY '.(isset($orderByPrefix) ? pSQL($orderByPrefix).'.' : '').'`'.pSQL($orderBy).'` '.pSQL($orderWay).' Replace it by ORDER BY RAND() let me know how it works. 1 Link to comment Share on other sites More sharing options...
metalice Posted October 9, 2011 Author Share Posted October 9, 2011 tnx its works. but it will make random only from the new products and not all the products in the store right? TNX Matan Link to comment Share on other sites More sharing options...
liquidesnake Posted October 15, 2011 Share Posted October 15, 2011 Yes, That's right. do u want for all products? sorry for the delay for some reason my notifications does not work any work. check my contact details laters Link to comment Share on other sites More sharing options...
Recommended Posts