Hi,
how I can use a read more link in category overview? Please take a look at the picture.
Thank you
1 answer
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.