diff --git a/modules/bankwire/views/templates/hook/payment_return.tpl b/modules/bankwire/views/templates/hook/payment_return.tpl index 99ecacb0d..1a1ad1731 100644 --- a/modules/bankwire/views/templates/hook/payment_return.tpl +++ b/modules/bankwire/views/templates/hook/payment_return.tpl @@ -25,19 +25,19 @@ *} {if $status == 'ok'} -
{l s='Your order on' mod='bankwire'} {$shop_name} {l s='is complete.' mod='bankwire'} +
{l s='Your order on' mod='bankwire'} {$shop_name} {l s='is complete.' mod='bankwire'}
{l s='Please send us a bank wire with:' mod='bankwire'}
-
- {l s='an amount of' mod='bankwire'} {$total_to_pay}
-
- {l s='to the account owner of' mod='bankwire'} {if $bankwireOwner}{$bankwireOwner}{else}___________{/if}
-
- {l s='with these details' mod='bankwire'} {if $bankwireDetails}{$bankwireDetails}{else}___________{/if}
-
- {l s='to this bank' mod='bankwire'} {if $bankwireAddress}{$bankwireAddress}{else}___________{/if}
+
- {l s='an amount of' mod='bankwire'} {$total_to_pay}
+
- {l s='to the account owner of' mod='bankwire'} {if $bankwireOwner}{$bankwireOwner}{else}___________{/if}
+
- {l s='with these details' mod='bankwire'} {if $bankwireDetails}{$bankwireDetails}{else}___________{/if}
+
- {l s='to this bank' mod='bankwire'} {if $bankwireAddress}{$bankwireAddress}{else}___________{/if}
{if !isset($reference)}
-
- {l s='Do not forget to insert your order number #' mod='bankwire'} {$id_order} {l s='in the subject of your bank wire' mod='bankwire'}
+
- {l s='Do not forget to insert your order number #' mod='bankwire'} {$id_order} {l s='in the subject of your bank wire' mod='bankwire'}
{else}
-
- {l s='Do not forget to insert your order reference' mod='bankwire'} {$reference} {l s='in the subject of your bank wire' mod='bankwire'}
+
- {l s='Do not forget to insert your order reference' mod='bankwire'} {$reference} {l s='in the subject of your bank wire' mod='bankwire'}
{/if}
{l s='An e-mail has been sent to you with this information.' mod='bankwire'}
-
{l s='Your order will be sent as soon as we receive your settlement.' mod='bankwire'}
+
{l s='Your order will be sent as soon as we receive your settlement.' mod='bankwire'}
{l s='For any questions or for further information, please contact our' mod='bankwire'} {l s='customer support' mod='bankwire'}.
{l s='Your order on' mod='cheque'} {$shop_name} {l s='is complete.' mod='cheque'} +
{l s='Your order on' mod='cheque'} {$shop_name} {l s='is complete.' mod='cheque'}
{l s='Please send us a cheque with:' mod='cheque'}
-
- {l s='an amount of' mod='cheque'} {$total_to_pay}
-
- {l s='payable to the order of' mod='cheque'} {if $chequeName}{$chequeName}{else}___________{/if}
-
- {l s='mail to' mod='cheque'} {if $chequeAddress}{$chequeAddress}{else}___________{/if}
+
- {l s='an amount of' mod='cheque'} {$total_to_pay}
+
- {l s='payable to the order of' mod='cheque'} {if $chequeName}{$chequeName}{else}___________{/if}
+
- {l s='mail to' mod='cheque'} {if $chequeAddress}{$chequeAddress}{else}___________{/if}
{if !isset($reference)}
-
- {l s='Do not forget to insert your order number #' mod='cheque'} {$id_order}
+
- {l s='Do not forget to insert your order number #' mod='cheque'} {$id_order}
{else}
-
- {l s='Do not forget to insert your order reference' mod='cheque'} {$reference}
+
- {l s='Do not forget to insert your order reference' mod='cheque'} {$reference}
{/if}
{l s='An e-mail has been sent to you with this information.' mod='cheque'}
-
{l s='Your order will be sent as soon as we receive your payment.' mod='cheque'}
+
{l s='Your order will be sent as soon as we receive your payment.' mod='cheque'}
{l s='For any questions or for further information, please contact our' mod='cheque'} {l s='customer support' mod='cheque'}.
- {l s='Get a discount of' mod='referralprogram'} {$discount} {l s='for you and your friends by recommending this Website.' mod='referralprogram'} + {l s='Get a discount of' mod='referralprogram'} {$discount} {l s='for you and your friends by recommending this Website.' mod='referralprogram'}
{if $canSendInvitations}@@ -114,7 +114,7 @@
- {l s='Important: Your friends\' e-mail addresses will only be used in the referral program. They will never be used for other purposes.' mod='referralprogram'} + {l s='Important: Your friends\' e-mail addresses will only be used in the referral program. They will never be used for other purposes.' mod='referralprogram'}
diff --git a/modules/referralprogram/shopping-cart.tpl b/modules/referralprogram/shopping-cart.tpl index 6c434ec90..38dbd7248 100644 --- a/modules/referralprogram/shopping-cart.tpl +++ b/modules/referralprogram/shopping-cart.tpl @@ -27,8 +27,8 @@
- {l s='You have earned a voucher worth' mod='referralprogram'} {$discount_display} {l s='thanks to your sponsor!' mod='referralprogram'}
- {l s='Enter voucher name' mod='referralprogram'} {$discount->name} {l s='to receive the reduction on this order.' mod='referralprogram'}
+ {l s='You have earned a voucher worth' mod='referralprogram'} {$discount_display} {l s='thanks to your sponsor!' mod='referralprogram'}
+ {l s='Enter voucher name' mod='referralprogram'} {$discount->name} {l s='to receive the reduction on this order.' mod='referralprogram'}
{l s='View your referral program.' mod='referralprogram'}
{l s='Send this page to a friend who might be interested in the item below.' mod='sendtoafriend'}.
+{l s='Send this page to a friend who might be interested in the item below.' mod='sendtoafriend'}.
{include file="$tpl_dir/errors.tpl"} {if isset($smarty.get.submited)}