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?