20 lines
568 B
Plaintext
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"}.
|