News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Another bug in shop.browse

Started by doorknob, August 19, 2008, 21:31:26 PM

Previous topic - Next topic

doorknob

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