PDA

View Full Version : No products message when adding Featured Products on home page



cathobby
June 3rd, 2003, 03:00 AM
Hi,
I've created a Featured Products category and made it our home page. Only problem is that just after the category name it states that "There are no products in this category at this time" even though it displays a couple of products on the page.

Do I need to have something other than this in the index page?:

<?
if ($REQUEST_URI == "$cart_page" || $REQUEST_URI == "/")
{
include "home.php";
$crn = "1154";
$action = "show";
$show_products_mode = "cat_click";
}
include "$cart_isp_root/cart_content.php";
?>

Jamie
June 6th, 2003, 07:25 AM
Hi,

I still had your login from your recent help desk post, and fixed this for you. The problem was due to an update you had applied form this bug post:
http://www.ldev.com/forums/showthread.php?s=&threadid=684

The file that was there prior to late last night was causing the problem. The bug report has been updated with a new file, and I applied that new file to your site, and the problem went away.

Thanks,
Jamie

cathobby
June 6th, 2003, 10:30 PM
Okay. Say, did you only change the show_products.func file? Or did you change any others? Just want to make sure that I don't overwrite anything that you did.

Jenifer

cathobby
June 7th, 2003, 01:26 AM
Nevermind, I'll just download a recent copy of everything and go from there.

Thanks!

Jenifer

Jamie
June 9th, 2003, 03:47 PM
Hi Jenifer,

The only file I changes was "show_products.func", replacing yours with the one in the forum post mentioned in my previous post.

Thanks,
Jamie