{trans key="shipping.carrier"} |
{trans key="shipping.title"}
This label is shown on the checkout page.
|
{trans key="shipping.fee"}
If you want to add on extra fees on top of the standard rates, type in the additional fee amount here.
|
{if $countryMethods.name == 'United States'}
{trans key="shipping.states"}
{elseif $countryMethods.name == 'Canada'}
{trans key="shipping.provinces"}
{elseif $countryMethods.name == 'International'}
{trans key="shipping.countries"}
{else}
{trans key="shipping.regions"}
{/if}
|
{trans key="shipping.priority"} |
{trans key="shipping.active"} |
|