{** * NOTICE OF LICENSE * * This source file is subject to the Software License Agreement * that is bundled with this package in the file LICENSE.txt. * * @author Peter Sliacky (Zelarg) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) *} {block name='shipping_options'}
{l s='Shipping Method' d='Shop.Theme.Checkout'}
{l s='Please select a shipping method' mod='thecheckout'}
{if isset($shipping_payment_blocks_wait_for_selection) && $shipping_payment_blocks_wait_for_selection}
{l s='Please choose delivery country to see shipping options' mod='thecheckout'}
{elseif isset($shipping_block_wait_for_address) && $shipping_block_wait_for_address|count}
{l s='First, please enter your: ' mod='thecheckout'}
    {foreach $shipping_block_wait_for_address as $field_name}
  • {$field_name|escape:'htmlall':'UTF-8'}
  • {/foreach}
{elseif isset($force_email_wait_for_enter) && $force_email_wait_for_enter}
{l s='Please enter your email to see shipping options' mod='thecheckout'}
{elseif isset($wait_for_account) && $wait_for_account}
{l s='Please Save your Personal Info to see shipping options' mod='thecheckout'}
{else} {if isset($shippingAddressNotice) && $shippingAddressNotice}
{l s='Shipping Address' d='Shop.Theme.Checkout'}: {$shippingAddressNotice|escape:'htmlall':'UTF-8'}
{/if}
{$hookDisplayBeforeCarrier nofilter}
{if $delivery_options|count}
{block name='delivery_options'}
{foreach from=$delivery_options item=carrier key=carrier_id}
{*Some themes have CSS definition: .carrier-extra-content:not(:empty) { margin-bottom: 2rem; } - so we need to keep no extra spaces here in .carrier-extra-content, if it shall be empty *}
{/foreach}
{/block} {if $delivery_options|count > 1}
{l s='Other shipping options' mod='thecheckout'}
{/if}
{if $recyclablePackAllowed} {/if} {if $gift.allowed}
{/if}
{* *}
{else}

{l s='Unfortunately, there are no carriers available for your delivery address.' d='Shop.Theme.Checkout'}

{/if}
{$hookDisplayAfterCarrier nofilter}
{/if}
{/block}