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

Commit 2b0de45

Browse files
fix payment return template
1 parent 9e25f38 commit 2b0de45

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

src/views/templates/hook/payment_return.tpl

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,4 @@
2323
* International Registered Trademark & Property of PrestaShop SA
2424
*}
2525

26-
{if (isset($status) == true) && ($status == 'ok')}
27-
<h3>{l s='Your order on %s is complete.' sprintf=$shop_name mod='PaymentGatewayCloud'}</h3>
28-
<p>
29-
<br />- {l s='Amount' mod='PaymentGatewayCloud'} : <span class="price"><strong>{$total|escape:'htmlall':'UTF-8'}</strong></span>
30-
<br />- {l s='Reference' mod='PaymentGatewayCloud'} : <span class="reference"><strong>{$reference|escape:'html':'UTF-8'}</strong></span>
31-
<br /><br />{l s='An email has been sent with this information.' mod='PaymentGatewayCloud'}
32-
<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>
33-
</p>
34-
{else}
35-
<h3>{l s='Your order on %s has not been accepted.' sprintf=$shop_name mod='PaymentGatewayCloud'}</h3>
36-
<p>
37-
<br />- {l s='Reference' mod='PaymentGatewayCloud'} <span class="reference"> <strong>{$reference|escape:'html':'UTF-8'}</strong></span>
38-
<br /><br />{l s='Please, try to order again.' mod='PaymentGatewayCloud'}
39-
<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>
40-
</p>
41-
{/if}
42-
<hr />
26+
<b>{l s='Your payment has been successful.' mod='paymentgatewaycloud'}</b>

0 commit comments

Comments
 (0)