[*] BO: Improve customization management on BackOffice orders #PSCFV-4062

This commit is contained in:
rGaillard
2012-10-15 13:38:19 +00:00
parent df2a97b5f8
commit c00086bcf5
3 changed files with 37 additions and 7 deletions
@@ -539,6 +539,7 @@ class AdminCartsControllerCore extends AdminController
$product['image_link'] = $this->context->link->getImageLink($product['link_rewrite'], $product['id_image'], 'small');
if (!isset($product['attributes_small']))
$product['attributes_small'] = '';
$product['customized_datas'] = Product::getAllCustomizedDatas((int)$this->context->cart->id, null, true);
}
if (count($summary['discounts']))
foreach ($summary['discounts'] as &$voucher)