[-] FO : small fix on shopping cart adresses
This commit is contained in:
@@ -360,7 +360,7 @@
|
||||
|
||||
{if ((!empty($delivery_option) AND !isset($virtualCart)) OR $delivery->id OR $invoice->id) AND !$opc}
|
||||
<div class="order_delivery clearfix">
|
||||
{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}
|
||||
<ul id="delivery_address" class="address item">
|
||||
<li class="address_title">{l s='Delivery address'} <span class="address_alias">({$delivery->alias})</span></li>
|
||||
|
||||
Reference in New Issue
Block a user