Files
le-matelot/local/modules/Paybox/I18n/email-templates/notification-en.txt
2020-01-27 08:56:08 +01:00

20 lines
568 B
Plaintext

Hello,
This message is a notification of the Paybox status for payment of order {$order_ref} :
- Payment status : {$paybox_payment_status}
- Message : {$paybox_message}
{if $order_id != 0}
To view this order in your back-office, please follow this link:
{url path="http://localhost/thelia2/index_dev.php/admin/order/update/{$order_id}"}
{else}
The order was not found. For details, please check the IPN URL call history in the module's configuration page:
{url path="/admin/module/Paybox"}
{/if}
Have a nice day.
Your shop {config key="store_name"}.