Authored by Rock Zhang

Merge branch 'develop/wap' into beta/wap

@@ -261,7 +261,7 @@ class IndexController extends AbstractAction @@ -261,7 +261,7 @@ class IndexController extends AbstractAction
261 $result = array(); 261 $result = array();
262 262
263 if ($this->isAjax()) { 263 if ($this->isAjax()) {
264 - $shoppingKey = $this->getSession('shoppingKey'); 264 + $shoppingKey = Helpers::getShoppingKeyByCookie();
265 $uid = $this->getUid(true); 265 $uid = $this->getUid(true);
266 266
267 $params = array(); 267 $params = array();