View Single Post
  #1  
Old 03-20-2010, 03:09 PM
 
Tami Indra Tami Indra is offline
 

Member
  
Join Date: Aug 2008
Posts: 16
 

Default customizing the featured product on homepage

I'm using the following tag to display featured products on my homepage (welcome.tpl):

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

It works perfectly, but displays the product exactly the same as it does on category pages, and I need to change that.

I need to resize the thumbnail and omit all but the product name, so the customer will click through to the product page for more info.

The problem I'm having is with featured.tpl. I've stripped out everything but the following code, since I'm not using a featured products page:

Code:
{include file="dialog.tpl" content=$smarty.capture.dialog extra='width="100%"'}

How do I work with this? Or, is there another way to go about it?
__________________
Version 4.1.9
Add-on: X-SpecialOffers
Add-on: X-AOM (Advanced Order Management)
Reply With Quote