Hello,
I would like that the module "blocksearch" was capable of searching in all of my stores/shops of my multishop installation of prestashop 1.5.x
I edited the module but it just links to class search.php
Looking inside this file I find many references like the following:
id_shop = '.$context->shop->id.'
which I think mean "define the shop to search in"
Is there any simple way to accomplish my goal (even appending the results of a modified copy of the entire class, which isn't elegant, but maybe effective?)