{* * We offer the best and most useful modules PrestaShop and modifications for your online store. * * We are experts and professionals in PrestaShop * * @author PresTeamShop.com * @copyright 2011-2017 PresTeamShop * @license see file: LICENSE.txt * @category PrestaShop * @category Module *} {extends file=$layout} {* {block name='head'} {include file='_partials/head.tpl'} {/block} {block name='hook_after_body_opening_tag'} {hook h='displayAfterBodyOpeningTag'} {/block} {block name='notifications'} {include file='_partials/notifications.tpl'} {/block}
*} {block name='content'}
{hook h='emailVerificationOPC'} {if !$register_customer}

{l s='Quick Checkout' mod='onepagecheckoutps'}

{l s='Complete the following fields to process your order.' mod='onepagecheckoutps'}

{if $customer.is_logged}

{l s='Welcome' mod='onepagecheckoutps'},  {$customer.firstname} {$customer.lastname}

{/if}
{/if}
{include file='./custom_html/header.tpl'}
{if !$customer.is_logged} {/if}
{foreach from=$position_steps item=column}
{foreach from=$column.rows item=row} {$onepagecheckoutps->includeTpl('steps/'|cat:$row.name_step|cat:'.tpl', [register_customer => $register_customer, classes => $row.classes, 'CONFIGS' => $OnePageCheckoutPS.CONFIGS, 'OnePageCheckoutPS' => $OnePageCheckoutPS]) nofilter} {/foreach}
{/foreach}
{include file='./custom_html/footer.tpl'}
{/block} {*
{block name='javascript_bottom'} {include file="_partials/javascript.tpl" javascript=$javascript.bottom} {/block} {block name='hook_before_body_closing_tag'} {hook h='displayBeforeBodyClosingTag'} {/block} *}