diff --git a/admin-dev/themes/default/template/controllers/carts/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/carts/helpers/view/view.tpl index a198fa086..0a6c0c462 100755 --- a/admin-dev/themes/default/template/controllers/carts/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/carts/helpers/view/view.tpl @@ -77,12 +77,12 @@ {foreach from=$products item='product'} - {if isset($customized_datas[$product.id_product][$product.id_product_attribute])} + {if isset($customized_datas[$product.id_product][$product.id_product_attribute][$product.id_address_delivery])} {$product.image} {$product.name}{if isset($product.attributes)}
{$product.attributes}{/if}
- {if $product.reference}$this->l('Ref:') {$product.reference}{/if} + {if $product.reference}{l s='Ref:'} {$product.reference}{/if} {if $product.reference && $product.supplier_reference} / {$product.supplier_reference}{/if}
@@ -91,7 +91,7 @@ {$product.qty_in_stock} {displayWtPriceWithCurrency price=$product.total_customization_wt currency=$currency} - {foreach from=$customized_datas[$product.id_product][$product.id_product_attribute] item='customization'} + {foreach from=$customized_datas[$product.id_product][$product.id_product_attribute][$product.id_address_delivery] item='customization'} {foreach from=$customization.datas key='type' item='datas'}