Remove link 'add your review' from upsell product grid in magento product view page -
i displaying upsell product in product view page in grid format. problem using code
<?php echo $this->getreviewssummaryhtml($_link, 'short') ?>
it displays me 2 links under product image.
first number of reviews in 'x' review(s) format , second link 'add review'.
i want remove 'add review' link, how that?
i've added 'short' getreviewssummaryhtml($_link,) ?> in upsell.phtml file , shows 'x' reviews(s) without 'add review' link, how wanted work. magento 1.8.0.0
Comments
Post a Comment