News:

Support the VirtueMart project and become a member

Main Menu

Bug in Recently Viewed Products 3

Started by doorknob, April 22, 2009, 02:34:17 AM

Previous topic - Next topic

doorknob

I don't understand why ps_product.php line 2686 has been commented out. It is obviously efficient to jump straight out as soon as possible if there are no records to process. I have changed lines 2685 to 2687 from
if($recentproducts['idx'] == 0) {
//return "";
}

to
if($recentproducts['idx'] == 0) {
return "";
}

regards
Phil
J1.5.10 vm 1.1.3 (build 1723)