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";
?>
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";
?>