Polskie wsparcie PrestaShop

PrestaShop => Moduły => Wątek zaczęty przez: Regan w Marzec 13, 2010, 10:26:36 am

Tytuł: Polecane produkty
Wiadomość wysłana przez: Regan w Marzec 13, 2010, 10:26:36 am
Witam chciałbym usunąć opcję "dodaj do koszyka" z polecanych produktów ktoś wie w którym miejscu znajduje się ten fragment kodu ? Proszę o pomoc. :)
Tytuł: Odp: Polecane produkty
Wiadomość wysłana przez: lof w Marzec 13, 2010, 11:08:00 am
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&amp;id_product={$product.id_product}&amp;token={$static_token}&amp;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}