[*] BO: Improve customization management on BackOffice orders #PSCFV-4062
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17861 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user