diff --git a/templates/email/default/order_confirmation.html b/templates/email/default/order_confirmation.html index 8a8e26860..295be4e1a 100644 --- a/templates/email/default/order_confirmation.html +++ b/templates/email/default/order_confirmation.html @@ -112,10 +112,11 @@ {config key="store_name"}
{config key="store_address1"}
{config key="store_zipcode"}, {config key="store_city"}
- {loop type="country" name="store_country" id={config key="store_country"}} - {$TITLE} - {/loop} - + {if {config key="store_country"}} + {loop type="country" name="store_country" id={config key="store_country"}} + {$TITLE} + {/loop} + {/if}

{intl l="Thanks"}