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:

Go to contentsBack to previous page