...
|
...
|
@@ -52,7 +52,7 @@ class IndexController extends AbstractAction |
|
|
$this->setNavHeader($name, true, SITE_MAIN);
|
|
|
|
|
|
$goodList = Product\ListModel::getClassData($condition);
|
|
|
if (!empty($condition)) {
|
|
|
if (!empty($condition) && !empty($goodList)) {
|
|
|
$goodList = array_merge($goodList, $condition);
|
|
|
}
|
|
|
$this->_view->display('index', array(
|
...
|
...
|
|