Read more link in category page

Hi,

how I can use a read more link in category overview? Please take a look at the picture.

Thank you

1 answer

Profile photo of harper 0.00 $tone March 18, 2014
Public

Please open the file: app\design\frontend\default\jm_megamalltemplate\c atalog\product\list.phtml.

Add this code after line 89:

Code:

<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped ?>"><?php echo $this->__('Read more') ?></a>

Hope that helps.

#1

Please login or Register to Submit Answer

Written By

Comments