From 5eb4258bacbe5ddda6bb688853fd03ff8260098c Mon Sep 17 00:00:00 2001 From: gRoussac Date: Mon, 21 Jan 2013 15:30:31 +0100 Subject: [PATCH] [-] FO : small fix on shopping cart adresses --- themes/default/shopping-cart.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/shopping-cart.tpl b/themes/default/shopping-cart.tpl index 8a54749bc..273048a8b 100644 --- a/themes/default/shopping-cart.tpl +++ b/themes/default/shopping-cart.tpl @@ -360,7 +360,7 @@ {if ((!empty($delivery_option) AND !isset($virtualCart)) OR $delivery->id OR $invoice->id) AND !$opc}
- {if !isset($formattedAddresses) || (count($formattedAddresses.invoice.formated) == 0 && count($formattedAddresses.delivery.formated) == 0)} + {if !isset($formattedAddresses) || (count($formattedAddresses.invoice) == 0 && count($formattedAddresses.delivery) == 0) || (count($formattedAddresses.invoice.formated) == 0 && count($formattedAddresses.delivery.formated) == 0)} {if $delivery->id}