diff --git a/themes/default/shopping-cart.tpl b/themes/default/shopping-cart.tpl
index bcee60409..d5ca1fd72 100644
--- a/themes/default/shopping-cart.tpl
+++ b/themes/default/shopping-cart.tpl
@@ -228,12 +228,13 @@
|
- {foreach $customization.datas as $type=>$custom_data}
-
+ {foreach $customization.datas as $type => $custom_data}
{if $type == $CUSTOMIZE_FILE}
- {foreach $datas as $picture} {/foreach}
+ {foreach $custom_data as $picture}
+ 
+ {/foreach}
{elseif $type == $CUSTOMIZE_TEXTFIELD}
|