Hi danaos
It will require some customization in template, below are my suggestion that I can help, you will need to customize code and style for it also
1 - You can open the file: /templates/ja_mixstore/html/com_virtuemart/productdetails/default.php
and add this snippet of code to show the number of stock left:
<div class="limited-stock">
<?php $number_products_remain=$this->product->product_in_stock - $this->product->product_ordered; ?>
<?php echo vmText::_('Stock left:') .$number_products_remain;?>
</div>
2 - You may need to edit the sublayout for add to cart view in this file: /templates/ja_mixstore/html/com_virtuemart/sublayouts/addtocart-list.php
3 - Not sure which option in product settings you put this option?