{** * 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) *}
{* Inner container will be taken out by JS in separate-payment.js *}
{$customer.firstname|escape:'htmlall':'UTF-8'} {$customer.lastname|escape:'htmlall':'UTF-8'} - {$customer.email|escape:'htmlall':'UTF-8'}
{l s='Your Invoice Address' d='Shop.Theme.Checkout'} {$formatted_addresses.invoice nofilter}
{l s='Your Delivery Address' d='Shop.Theme.Checkout'} {$formatted_addresses.delivery nofilter}
{l s='Shipping Method' d='Shop.Theme.Checkout'} {if $shipping_logo} {/if} {$shipping_method->name|escape:'htmlall':'UTF-8'} - {$shipping_method->delay[$language.id]|escape:'htmlall':'UTF-8'}
{if $delivery_message}
{l s='Message' d='Shop.Forms.Labels'} {$delivery_message|escape:'htmlall':'UTF-8'}
{/if}