Open [MAGENTO_DIR ] /app / design / frontend / default / [YOUR_SKIN] / template / catalog / product / list.phtml file to edit.
Before the code:
<?php echo $this->getPriceHtml($_product, true) ?>
You need to add the following code:
Open [MAGENTO_DIR ] /app / design / frontend / default / [YOUR_SKIN] / template / catalog / product / list.phtml file to edit.
Before the code:
<?php echo $this->getPriceHtml($_product, true) ?>
You need to add the following code: