From ecb0c2f997f1a1cfaf6c8f5cca23565ac011edbe Mon Sep 17 00:00:00 2001 From: rGaillard Date: Thu, 19 Jul 2012 09:27:21 +0000 Subject: [PATCH] [-] BO: Fix smarty error with customized datas on orders view when product have no image --- .../default/template/controllers/orders/_customized_data.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/controllers/orders/_customized_data.tpl b/admin-dev/themes/default/template/controllers/orders/_customized_data.tpl index 534704f38..744cb17a4 100755 --- a/admin-dev/themes/default/template/controllers/orders/_customized_data.tpl +++ b/admin-dev/themes/default/template/controllers/orders/_customized_data.tpl @@ -26,7 +26,7 @@ {if $product.customizedDatas} - {if ($product.image->id)}{$product.image_tag}{else}'--'{/if} + {if isset($product.image) && $product.image->id}{$product.image_tag}{else}'--'{/if} {$product['product_name']} - {l s='customized'}