Support forum login

©2006-2010 IAAI Software

Contact Us

Multiple Featured Product Categories

Submitted by mikebrad0927 on Tue, 2007-06-12 14:54.

Great Script!

Just wondering if it's possible to have multiple sets of featured products.

Submitted by dmorison on Tue, 2007-06-12 14:59.

Hi Mike,

Thank you for your comments. That's not something that is supported as it stands, but shouldn't be too hard to implement by copying the existing featured products database table and creating a copy of admin/featured.php, changing every instance that refers to the "featured" database table to the name of your new table.

Then, it would be a case of copying the code from index.php (lines 32 to 68 in the distribution) again changing the name of the database table to display featured products from your additional categories...

Cheers,
David.

Submitted by mikebrad0927 on Tue, 2007-06-12 15:36.

Dave,

Thanks for the super quick reply. It works fine, thank you. I also added a little link in admin/admin_menu.php to make it easier on myself.

It was very easy to do.

Thanks again.