Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
fix payment return template
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhard-efler committed Dec 20, 2019
1 parent 9e25f38 commit 2b0de45
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions src/views/templates/hook/payment_return.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,4 @@
* International Registered Trademark & Property of PrestaShop SA
*}

{if (isset($status) == true) && ($status == 'ok')}
<h3>{l s='Your order on %s is complete.' sprintf=$shop_name mod='PaymentGatewayCloud'}</h3>
<p>
<br />- {l s='Amount' mod='PaymentGatewayCloud'} : <span class="price"><strong>{$total|escape:'htmlall':'UTF-8'}</strong></span>
<br />- {l s='Reference' mod='PaymentGatewayCloud'} : <span class="reference"><strong>{$reference|escape:'html':'UTF-8'}</strong></span>
<br /><br />{l s='An email has been sent with this information.' mod='PaymentGatewayCloud'}
<br /><br />{l s='If you have questions, comments or concerns, please contact our' mod='PaymentGatewayCloud'} <a href="{$link->getPageLink('contact', true)|escape:'html':'UTF-8'}">{l s='expert customer support team.' mod='PaymentGatewayCloud'}</a>
</p>
{else}
<h3>{l s='Your order on %s has not been accepted.' sprintf=$shop_name mod='PaymentGatewayCloud'}</h3>
<p>
<br />- {l s='Reference' mod='PaymentGatewayCloud'} <span class="reference"> <strong>{$reference|escape:'html':'UTF-8'}</strong></span>
<br /><br />{l s='Please, try to order again.' mod='PaymentGatewayCloud'}
<br /><br />{l s='If you have questions, comments or concerns, please contact our' mod='PaymentGatewayCloud'} <a href="{$link->getPageLink('contact', true)|escape:'html':'UTF-8'}">{l s='expert customer support team.' mod='PaymentGatewayCloud'}</a>
</p>
{/if}
<hr />
<b>{l s='Your payment has been successful.' mod='paymentgatewaycloud'}</b>

0 comments on commit 2b0de45

Please sign in to comment.