{$contact_infos.address.formatted nofilter}
{if $contact_infos.phone}
{* [1][/1] is for a HTML tag. *}
{l s='Call us: [1]%phone%[/1]'
sprintf=[
'[1]' => '',
'[/1]' => '',
'%phone%' => $contact_infos.phone
]
d='Shop.Theme.Global'
}
{/if}
{if $contact_infos.fax}
{* [1][/1] is for a HTML tag. *}
{l
s='Fax: [1]%fax%[/1]'
sprintf=[
'[1]' => '',
'[/1]' => '',
'%fax%' => $contact_infos.fax
]
d='Shop.Theme.Global'
}
{/if}
{if $contact_infos.email}
{* [1][/1] is for a HTML tag. *}
{l
s='Email us: [1]%email%[/1]'
sprintf=[
'[1]' => '',
'[/1]' => '',
'%email%' => $contact_infos.email
]
d='Shop.Theme.Global'
}
{/if}