garancia/themes/default/_mobile/order-confirmation.tpl
2016-10-10 15:24:25 +02:00

52 lines
1.8 KiB
Smarty
Executable File

{*
* 2007-2013 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2013 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
{capture name=path}{l s='Order confirmation'}{/capture}
{include file="$tpl_dir./breadcrumb.tpl"}
<div class="borderGreen auto">
<h1 style="margin-bottom:60px">[{l s='Confirmation'}<br/>{l s='de votre commande'}]</h1>
<div class="orderConfirm">
{include file="$tpl_dir./errors.tpl"}
{$HOOK_ORDER_CONFIRMATION}
{$HOOK_PAYMENT_RETURN}
<p class="center">{l s='Toute l\'équipe Garancia vous remercie pour votre confiance'}</p>
<p class="center">{l s='Vous pouvez suivre l\'avancée de votre commande dans votre espace «Mon compte».'}</p>
<p class="center">{l s='À très bientôt'}</p>
<form class="std">
<p class="submit clear">
<a href="{$link->getPageLink('my-account', true)}" title="{l s='Mon compte'}" class="button" style="margin:20px 120px 0 0;float:right;"><span style="width:auto;">{l s='Mon compte'}</span></a>
</p>
</form>
<div class="clear"></div>
</div>
<br/>
<br/>
</div>