...
|
...
|
@@ -51,6 +51,7 @@ class SearchController extends AbstractAction |
|
|
'price' => FILTER_DEFAULT,
|
|
|
'discount' => FILTER_DEFAULT,
|
|
|
'gender' => FILTER_DEFAULT,
|
|
|
'outlets' => FILTER_DEFAULT,
|
|
|
'p_d' => FILTER_DEFAULT,), false);
|
|
|
if (isset($condition['shop_id'])) {
|
|
|
$condition['shopId'] = $condition['shop_id'];
|
...
|
...
|
|