// Shopping carts bootsrap design

This commit is contained in:
Jerome Nadaud
2013-09-20 10:29:32 +02:00
parent 724ab12122
commit 74a262f2ed
2 changed files with 153 additions and 134 deletions
@@ -115,6 +115,7 @@ class AdminCartsControllerCore extends AdminController
$this->context->cart = $cart;
$this->context->currency = $currency;
$this->context->customer = $customer;
$this->toolbar_title = sprintf($this->l('Cart #%06d'), $this->context->cart->id);
$products = $cart->getProducts();
$customized_datas = Product::getAllCustomizedDatas((int)$cart->id);
Product::addCustomizationPrice($products, $customized_datas);