View Single Post
  #3  
Old 07-12-2005, 07:12 AM
  Dongan's Avatar 
Dongan Dongan is offline
 

X-Wizard
  
Join Date: Jul 2005
Location: www.mercuryminds.com
Posts: 1,531
 

Default

Hi,

Open Cart.php file and place the code

Code:
if (empty($products)) include "./featured_products.php";

open skin1\customers\main\cart.tpl

and place the code

Code:
{include file="customer/main/featured.tpl" f_products=$f_products}
Reply With Quote