Ash.Krish Posted October 28, 2010 Share Posted October 28, 2010 Hi guys,how to remove the add to cart button and price tag in featured products?i succeeded in doing that for product listing but for featured list i cant....Pl help me on this....i've attached the image for ur view..... Link to comment Share on other sites More sharing options...
razaro Posted October 28, 2010 Share Posted October 28, 2010 In modules/homefeatured/homefeatured.tpl change this code <p class="price_container">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if} <a class="button" href="{$product.link}" title="{l s='View' mod='homefeatured'}">{l s='View' mod='homefeatured'} {if ($product.quantity > 0 OR $product.allow_oosp) AND $product.customizable != 2} <a class="exclusive ajax_add_to_cart_button" 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'} {else} <span class="exclusive">{l s='Add to cart' mod='homefeatured'} {/if} to <a class="button" href="{$product.link}" title="{l s='View' mod='homefeatured'}">{l s='View' mod='homefeatured'} Link to comment Share on other sites More sharing options...
Ash.Krish Posted October 28, 2010 Author Share Posted October 28, 2010 cheers buddy....it works great :coolsmile: Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now