bebeboutik/themes/site_mobile/modules/spay/order-confirmation.tpl
Srv Bebeboutik 340bc7c146 push site
2016-01-04 12:48:08 +01:00

12 lines
617 B
Smarty
Executable File

{if $status == 'ok'}
<p>{l s='Your order on' mod='spay'} <span class="bold">{$shop_name}</span> {l s='is complete.' mod='spay'}
<br /><br /><span class="bold">{l s='Your order will be sent as soon as possible.' mod='spay'}</span>
<br /><br />{l s='For any questions or for further information, please contact our' mod='spay'} <a href="{$spay_link}">{l s='customer support' mod='spay'}</a>.
</p>
{else}
<p class="warning">
{l s='We noticed a problem with your order. If you think this is an error, you can contact our' mod='spay'}
<a href="{$spay_link}">{l s='customer support' mod='spay'}</a>.
</p>
{/if}