![]() |
Re: Random Manufacturers in Manufacturer menu box
Yes if you just find
ORDER BY <Something here> you can replace that with ORDER BY Rand() Hope that helps! Carrie |
Re: Random Manufacturers in Manufacturer menu box
Quote:
Hi Carrie, I assume one could list specific manufacturers in the manufacturer menu box by using the ORDER BY, but how would I call manufacturerid=21 and manufacturerid=832 specifically? Hope this isn't a huge deviation from the topic? |
Re: Random Manufacturers in Manufacturer menu box
onto it here -
SELECT 'manufacturer_id' FROM 'xcart_manfacturers' WHERE 'manufacturer_id' = 53 or WHERE 'manufacturer_id' = 60 or WHERE 'manufacturer_id' = 100 ORDER BY 'manufacturer_id' The syntax isn't exactly right, but this should do it. Would someone help me with the syntax of the php as the is driving me nuts? |
Re: Random Manufacturers in Manufacturer menu box
Try this
SELECT 'manufacturer_id' FROM 'xcart_manfacturers' WHERE 'manufacturer_id' = 53 or 'manufacturer_id' = 60 or 'manufacturer_id' = 100 ORDER BY 'manufacturer_id' Basically take out the extra "where"'s Carrie |
Re: Random Manufacturers in Manufacturer menu box
Quote:
Bingo! Did it. Cheers. |
Re: Random Manufacturers in Manufacturer menu box
Great! :D
Carrie |
Re: Random Manufacturers in Manufacturer menu box
Carrie you've done so much for me already ( the whole image checker module revamp you did last week) I hate to ask for any more. Is there a updated version of this for 4.4.5? The customer_manufacturers.php is a little different in this version.
|
Re: Random Manufacturers in Manufacturer menu box
Hi! Boy you dug up an OLD thread. :D
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" Code:
. " ORDER BY Rand()" I haven't tried it but it should work unless I missed something obvious. Carrie |
Re: Random Manufacturers in Manufacturer menu box
Its confirmed, you are a X-Cart Goddess!! Thanks again Carrie. :) Its amazing what you can do with this stuff!! Any testing on anything you want to do I am your guinea pig.:D/
|
Re: Random Manufacturers in Manufacturer menu box
Quote:
Thanks! You're so kind! I'm glad it worked! :) Carrie |
All times are GMT -8. The time now is 03:40 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.