diff --git a/themes/default/shopping-cart.tpl b/themes/default/shopping-cart.tpl index 8a328035c..5b8254931 100644 --- a/themes/default/shopping-cart.tpl +++ b/themes/default/shopping-cart.tpl @@ -383,7 +383,9 @@
  • {foreach $addressKey as $key} - {$address.formated[$key]|escape:'htmlall':'UTF-8'} + {if isset($address.formated[$key])} + {$address.formated[$key]|escape:'htmlall':'UTF-8'} + {/if} {/foreach}