garancia/themes/default/order-confirmation.tpl
2017-06-02 15:36:20 +02:00

73 lines
2.7 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">
<div class="contenu">
<div class="bgOrderConfirmationTop"></div>
<div class="bgOrderConfirmationRepeat">
<h1>[{l s='Order confirmation'}]</h1>
{include file="$tpl_dir./errors.tpl"}
{$HOOK_ORDER_CONFIRMATION}
{$HOOK_PAYMENT_RETURN}
<hr/>
<p class="align_center">{l s='Toute l\'équipe Garancia vous remercie pour votre confiance'}</p>
<p class="align_center">{l s='Vous pouvez suivre l\'avancée de votre commande dans votre espace «Mon compte».'}</p>
<p class="align_center">{l s='À très bientôt'}</p>
<p class="submitTop clear">
<a href="{$link->getPageLink('my-account', true)}" title="{l s='Mon compte'}" class="button" style="margin-right:240px;">{l s='Mon compte'}</a>
</p>
<div class="clear"></div>
</div>
<div class="bgOrderConfirmationBot"></div>
<!-- CONVERSION TAG -->
{literal}
<script type="text/javascript" src="https://cstatic.weborama.fr/js/advertiserv2/adperf_conversion.js"></script>
<script type="text/javascript">
var adperftrackobj = {
client : "{/literal}{$client}{literal}",
amount : "{/literal}{$amount}{literal}",
invoice_id : "{/literal}{$invoice_id}{literal}",
quantity : {/literal}{$quantity}{literal},
is_client : {/literal}{$is_client}{literal},
,optional_parameters : {
"N1" : "0" /* to set */
,"N2" : "0" /* to set */
,"N3" : "0" /* to set */
/* to set free parameter follow this pattern : */
/* ,"customer_type" : "abc" */
}
/* don't edit below this point */
,fullhost : 'garancia.solution.weborama.fr'
,site : 4476
,conversion_page : 1
};
try{adperfTracker.track( adperftrackobj );}catch(err){}
</script>
{/literal}