VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Virtuemart 1.1 Development (Archiv) => Quality & Testing VirtueMart 1.1.x => Topic started by: mkst on April 09, 2009, 14:23:03 PM

Title: bug fix - where to submit?
Post by: mkst on April 09, 2009, 14:23:03 PM
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"){