News:

Looking for documentation? Take a look on our wiki

Main Menu

bug fix - where to submit?

Started by mkst, April 09, 2009, 14:23:03 PM

Previous topic - Next topic

mkst

Hi!

Where can I submit the following bug fix?

There is a bug at the extended search in virtuemart. When a user searches with price, the first page of results is ok, but the following pages have products that are beyond the base price that the user set.

Find this line in shop.browse.php:


if (substr($key, 0,13) == "product_type_"){


and replace it with this:

if (substr($key, 0,13) == "product_type_" || substr($key, 0,5) == "price"){