Page 1 of 1

How can i Remove this ?

Posted: Thu Oct 28, 2010 12:29 pm
by gsmorbit
Sir please tell me how can i remove this add to cart area from site ?

Re: How can i Remove this ?

Posted: Thu Oct 28, 2010 4:30 pm
by billyggla
in catalog/view/theme/default/template/product/product.tpl

find this

Code: Select all

<span style="font-size: 11px;"><?php echo $text_enlarge; ?></span></td>
add this directly after it

Code: Select all

</table><br /><!-- 
then find

Code: Select all

<div class="tabs"> 
add this directly before it

Code: Select all

--> 
hope that helps..