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

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -