11 lines
667 B
Smarty
11 lines
667 B
Smarty
{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="{$link->getPageLink('contact', true)}">{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="{$link->getPageLink('contact', true)}">{l s='customer support' mod='dibs'}</a>.
|
|
</p>
|
|
{/if} |