git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@5881 b9a71923-0436-4b27-9f14-aed3839534dd
11 lines
665 B
Smarty
11 lines
665 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="{$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} |