Jump to content

Popular Products Random


Guest ace5p1d0r

Recommended Posts

Guest ace5p1d0r

Hi,

I was wondering if It was possible to make the popular products box random just like the featured box? I'd be grateful for any help on this.

Thanks :D

AcE

Link to comment
Share on other sites

Guest ace5p1d0r

Thanks for your reply roban. Unfortunately I cant find it.

Also I think you may have misunderstood me. I dont want to change the latest products to featured products. I want to change the popular products to featured products. Can you offer me any more help?

Link to comment
Share on other sites

Sorry M8. I thought you wanted to make the Featured Products random. If you do then this is what you have to do. Make the following change:

includes/content/index.inc.php (line 49)

$latestProducts = $db->select("SELECT productId, image, price, name, sale_price FROM ".$glob['dbprefix']."CubeCart_inventory WHERE `showFeatured` = 1 ORDER BY RAND() DESC LIMIT ".$config['noLatestProds']);

Link to comment
Share on other sites

Guest ace5p1d0r

I thought you wanted to make the Featured Products random. If you do then this is what you have to do.

Thanks. But that isnt what I want to do. I want o make Popular Products Random, so that its just like featured. Thanks.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...