bebeboutik/modules/dibs/hookorderconfirmation.tpl

11 lines
655 B
Smarty
Raw Normal View History

2016-01-04 12:49:26 +01:00
{if $status == 'ok'}
<p>{l s='Your order on' mod='dibs'} <span class="bold">{$shop_name}</span> {l s='is complete.' mod='dibs'}
<br /><br /><span class="bold">{l s='Your order will be sent as soon as possible.' mod='dibs'}</span>
<br /><br />{l s='For any questions or for further information, please contact our' mod='dibs'} <a href="{$base_dir_ssl}contact-form.php">{l s='customer support' mod='dibs'}</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='dibs'}
<a href="{$base_dir_ssl}contact-form.php">{l s='customer support' mod='dibs'}</a>.
</p>
{/if}