tak
homefeatured -> homefeatured.tpl
i usuwasz to czego niechcesz:
{if !$priceDisplay || $priceDisplay == 2}<p class="price_container"><span class="price">{convertPrice price=$product.price}</span>{if $priceDisplay == 2} {l s='+Tx' mod='homefeatured'}{/if}</p>{/if}
<!-- {if $priceDisplay}<p class="price_container"><span class="price">{convertPrice price=$product.price_tax_exc}</span>{if $priceDisplay == 2} {l s='-Tx' mod='homefeatured'}{/if}</p>{/if}
<a class="button" href="{$product.link}" title="{l s='View' mod='homefeatured'}">{l s='View' mod='homefeatured'}</a> -->
{if ($product.quantity > 0 OR $product.allow_oosp) AND $product.customizable != 2}
[color=red]<a class="ajax_add_to_cart_button add_home" rel="ajax_id_product_{$product.id_product}" href="{$base_dir}cart.php?qty=1&id_product={$product.id_product}&token={$static_token}&add" title="{l s='Add to cart' mod='homefeatured'}">{l s='Add to cart' mod='homefeatured'}</a>[/color]
{else}
[color=red]<span class="add_home">{l s='Add to cart' mod='homefeatured'}[/color]</span>
{/if}