Product Page Modifications

If not via CSS or digging into the template code -- am I able to:
1) Remove the ‘Compare’ button feature on Product Page
2) Modify and customize the 3 tabs -- Description / Additional / Product Tags -- for each product?

2 answers

Profile photo of tuan le van 11570.00 $tone June 19, 2015
Public

Hi Tim,

1) Remove the ‘Compare’ button feature on Product Page

app\design\frontend\default\ub_tony\template\catalog\product\view\addto.phtml 
remove below code. 

<?php if($_compareUrl) : ?>
<a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Compare') ?></a>
<?php endif; ?>

2) Modify and customize the 3 tabs — Description / Additional / Product Tags — for each product?

=> you go to app\design\frontend\default\ub_tony\layout\catalog.xml
find method=”addToParentGroup”>
Contact me if you need further help.
Best regards,
kan
 

#

This question is now closed

Written By

Comments