View Single Post
  #18  
Old 10-28-2013, 07:17 PM
  BCSE's Avatar 
BCSE BCSE is offline
 

X-Guru
  
Join Date: Apr 2003
Location: Ohio - bcsengineering.com
Posts: 3,063
 

Default Re: Random Manufacturers in Manufacturer menu box

Hi! Boy you dug up an OLD thread.

For 4.4.5, look in the modules/Manufacturers/func.php and look for:
Code:
function func_get_manufacturers_list($avail_only = false, $limit = 0) {

Below that you will see:
Code:
. " ORDER BY orderby, manufacturer"
replace the orderby, manufacturer with Rand() like this:
Code:
. " ORDER BY Rand()"

I haven't tried it but it should work unless I missed something obvious.

Carrie
__________________
Custom Development, Custom Coding and Pre-built modules for X-cart since 2002!

We support X-cart versions 3.x through 5.x!

Home of the famous Authorize.net DPM & CIM Modules, Reward Points Module, Point of Sale module, Speed Booster modules and more!


Over 200 X-cart Mods available & Thousands of Customizations Since 2002 - bcsengineering.com

Please E-Mail us for questions/support!
Reply With Quote