9 lines
262 B
Smarty
Raw Normal View History

2017-08-28 17:32:14 +02:00
<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}