{* $Id: profiles_shipping.tpl 1210 2006-01-31 15:56:50Z zeke $ *} {if $profile_settings.s_title.show || $profile_settings.s_firstname.show || $profile_settings.s_lastname.show || $profile_settings.s_address.show || $profile_settings.s_address_2.show || $profile_settings.s_city.show || $profile_settings.s_state.show || $profile_settings.s_zipcode.show || $profile_settings.s_country.show} {if $smarty.capture.no_billing}

{$lang.shipping_address}


{else}

{$lang.shipping_same_as_billing}


{/if} {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} {$lang.country}     {else} {/if} {if $profile_settings.s_zipcode.show} {$lang.zip_postal_code}     {/if} {/if}