2017-08-28 17:32:14 +02:00

9 lines
262 B
Smarty
Executable File

<h1 class="text-center">{l s='Your order is being processed, please wait...' mod='atos'}</h1>
{literal}
<script type="text/javascript">
setTimeout(function() {
window.location.href = "{/literal}{$orderConfirmationUrl}{literal}";
}, 3000);
</script>
{/literal}