do product detail page add to cart feature
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -845,7 +845,7 @@ class HomeController extends AbstractAction | @@ -845,7 +845,7 @@ class HomeController extends AbstractAction | ||
845 | 845 | ||
846 | $this->_view->display('order-detail', array( | 846 | $this->_view->display('order-detail', array( |
847 | 'orderDetailPage' => true, | 847 | 'orderDetailPage' => true, |
848 | - 'orderDetail' => OrderModel::orderDetail($orderCode, $this->_uid, $this->_session), | 848 | + 'orderDetail' => OrderModel::orderDetail($orderCode, $this->_uid, $this->_usession), |
849 | )); | 849 | )); |
850 | } | 850 | } |
851 | 851 |
-
Please register or login to post a comment