diff options
Diffstat (limited to 'public/catalog/language/en-gb/checkout/failure.php')
-rw-r--r-- | public/catalog/language/en-gb/checkout/failure.php | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/public/catalog/language/en-gb/checkout/failure.php b/public/catalog/language/en-gb/checkout/failure.php new file mode 100644 index 0000000..24a512d --- /dev/null +++ b/public/catalog/language/en-gb/checkout/failure.php @@ -0,0 +1,20 @@ +<?php +// Heading +$_['heading_title'] = 'Failed Payment!'; + +// Text +$_['text_basket'] = 'Shopping Cart'; +$_['text_checkout'] = 'Checkout'; +$_['text_failure'] = 'Failed Payment'; +$_['text_message'] = '<p>There was a problem processing your payment and the order did not complete.</p> + +<p>Possible reasons are:</p> +<ul> + <li>Insufficient funds</li> + <li>Verification failed</li> +</ul> + +<p>Please try to order again using a different payment method.</p> + +<p>If the problem persists please <a href="%s">contact us</a> with the details of the order you are trying to place.</p> +';
\ No newline at end of file |