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
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
Thanks much.
This question is now closed