//OrderOpcController+OrderSlipController+PageNotFoundController : Refacto done
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8867 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -40,6 +40,10 @@ class OrderSlipControllerCore extends FrontController
|
||||
$this->addJS(array(_PS_JS_DIR_.'jquery/jquery.scrollTo-1.4.2-min.js',_THEME_JS_DIR_.'history.js'));
|
||||
}
|
||||
|
||||
/**
|
||||
* Assign template vars related to page content
|
||||
* @see FrontController::process()
|
||||
*/
|
||||
public function process()
|
||||
{
|
||||
$this->context->smarty->assign('ordersSlip', OrderSlip::getOrdersSlip((int)($this->context->cookie->id_customer)));
|
||||
|
||||
Reference in New Issue
Block a user