Find the code:
<div class="code">
<p>
<br />
'thumb' => $image,<br />
<br /></div>
add:<br />
<br /> <div class="code">
'stoc' => $rstock,<br />
<br /></div>
Edit the file catalog/view/theme/yourtheme/template/product/category.tpl<br />
<br />
after:</p>
<div class="code">
<p>
<div class="cart"><br />
<br /></div>
add<br />
<br /> <div class="code">
<?php echo $product['stoc']; ?><br /><br />
<br /></div>
And now the stock will appear for products in category page. You can do the same for search (the files would be search.php and search.tpl - in the same folders as the category)</p>