Quote:
Originally Posted by Dongan
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}
|
Can you please tell me what specific area the code snippet above/below should be placed in the Cart.php file, and also for the Cart.tpl?
Thanks you very much for your help and time!
