{if $showAll}
{if $upsMethods}
{/if} {if $uspsMethods}
{/if} {if $fedexMethods}
{/if} {if $canadaPostMethods}
{/if} {if $vparcelMethods}
{/if} {if !$hasRealTime}
{trans key="shipping.no_real_time"}
{/if}
{/if} {if $upsMethods}
{foreach from=$upsMethods item="method"}
{/foreach}
{/if} {if $uspsMethods}
{foreach from=$uspsMethods item="method"}
{/foreach}
{/if} {if $fedexMethods}
{foreach from=$fedexMethods item="method"}
{/foreach}
{/if} {if $canadaPostMethods}
{foreach from=$canadaPostMethods item="method"}
{/foreach}
{/if} {if $vparcelMethods}
{foreach from=$vparcelMethods item="method"}
{/foreach}
{/if}