I see some bugs fixed that I had issues with in 2.0.6 :) But I find my self still having to modify how many products to show for feature products manually -
/components/com_virtuemart/views/virtuemart/view.html.php vs in vm back-end. I have to manually put 6 to show 6 products. Is this resolved in 2.0.8? I could be missing something thanks.
if (VmConfig::get('show_featured', 1)) {
$products['featured'] = $productModel->getProductListing('featured', 6);
$productModel->addImages($products['featured'],1);
}