VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Virtuemart 1.1 Development (Archiv) => Quality & Testing VirtueMart 1.1.x => Topic started by: doorknob on August 19, 2008, 21:31:26 PM

Title: Another bug in shop.browse
Post by: doorknob on August 19, 2008, 21:31:26 PM
When using the product type search, the price parameters are not included in the search string used to propagate the search criteria in the pagination.

Change line 188 from
if (substr($key, 0,13) == "product_type_"){

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


Regards
Phil