Added this option in. Now you can either use the following shortcode (the "number=5" can be customized to show a limited number of products from a particular category):
[wp_eStore_category_products_fancy id=1 style=3 order=1 type=1 number=5]
The corresponding PHP function for the above shortcode is:
<?php echo show_wp_eStore_category_products_fancy(1,1,1,1,5); ?>
The 5th parameter is for the number of products to show.
You will need to download a new build of the extra eStore shortcode plugin from here:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460