News:

Support the VirtueMart project and become a member

Main Menu

Manually change feartured product in VM 2.0.8

Started by Jerome, June 30, 2012, 16:56:36 PM

Previous topic - Next topic

Jerome

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);
}