{* $Id: profiles_shipping.tpl 1709 2006-05-06 11:55:37Z zeke $ *} {capture name="shipping"} {if $profile_settings.s_title.show}   {$lang.title}       {/if} {if $profile_settings.s_firstname.show}   {$lang.first_name}       {/if} {if $profile_settings.s_lastname.show}   {$lang.last_name}       {/if} {if $profile_settings.s_address.show}   {$lang.address}       {/if} {if $profile_settings.s_address_2.show}   {$lang.address_2}       {/if} {if $profile_settings.s_city.show}   {$lang.city}       {/if} {if $profile_settings.s_state.show}   {$lang.state}       {/if} {if $profile_settings.s_country.show} {assign var="s_country" value=$user_data.s_country|default:$settings.General.default_country}   {$lang.country}       {else} {/if} {if $profile_settings.s_zipcode.show}   {$lang.zip_postal_code}       {/if} {/capture} {if $smarty.capture.shipping|trim} {if !$smarty.capture.billing|trim}

{$lang.shipping_address}


{else}

{$lang.shipping_same_as_billing}

{/if} {$smarty.capture.shipping} {/if}