You can customize this file: /templates/ja_vitality/html/mod_jacontentlisting/elements/instock_price.php
and load the price you want:
<?php if ($show_price && isset($item->prices)): ?>
<span class="price">
<?php echo $price ?>
</span>
<?php endif; ?>