15 lines
733 B
Smarty
15 lines
733 B
Smarty
<script type="text/javascript">
|
|
{literal}
|
|
fbq('track', 'Purchase', {
|
|
currency:'EUR',
|
|
value: {/literal}{$total_to_pay}{literal}
|
|
});
|
|
{/literal}
|
|
</script>
|
|
<p>{l s='Your order on' mod='paypal'} <span class="bold">{$shop_name|escape:'htmlall':'UTF-8'}</span> {l s='is complete.' mod='paypal'}
|
|
<br /><br />
|
|
{l s='You have chosen the PayPal method.' mod='paypal'}
|
|
<br /><br /><span class="bold">{l s='Your order will be sent very soon.' mod='paypal'}</span>
|
|
<br /><br />{l s='For any questions or for further information, please contact our' mod='paypal'}
|
|
<a href="{$link->getPageLink('contact', true)}" data-ajax="false" target="_blank">{l s='customer support' mod='paypal'}</a>.
|
|
</p> |