I find a bug when add the Flash Carousel and the Featured products in the index.php (An error about "featured_products_category_id" variable is showed )

I solved the problem modifying the file catalog/modules/includes/featured.php in line 20:
old:
$featured_products_category_id = new_products_category_id;
new:
$featured_products_category_id = (isset($new_products_category_id))?$new_products_c ategory_id:'0';


No full package!!!!!!
the download only includes the modified file.

To install, simply unzip the file on your store base directory.

---
Adolfo
Negoweb Negocios en Internet S.L.

More...