Hi friend!
I have a problem, :S
My default layout vm2 shows "5 last Virtuemart products" and I need to show "6 last Virtuemart products" as I can configure this? :-\
CMS: I Used J1.7
Image:
(http://www.online-imagenes.com/pictures/39017ef4e9904e7c93ee292e03f0b8a6.png)
i can't fix it. :(
maybe
views/virtuemart/view.html
if (VmConfig::get('show_latest', 1)) {
$products['latest']= $productModel->getProductListing('latest', 5);
$productModel->addImages($products['latest'],1);
}
change the 5
Thanks friend!
I knew it was something, but where was the file in which to edit it.
Fixed! ;D
that file will be changed when you update, but its an easy fix. SO, make a note of the "hack"
Thats technically a hack. albeit small