diff options
Diffstat (limited to 'public/catalog/language/en-gb/checkout/success.php')
-rw-r--r-- | public/catalog/language/en-gb/checkout/success.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/public/catalog/language/en-gb/checkout/success.php b/public/catalog/language/en-gb/checkout/success.php new file mode 100644 index 0000000..9ea2be6 --- /dev/null +++ b/public/catalog/language/en-gb/checkout/success.php @@ -0,0 +1,10 @@ +<?php +// Heading +$_['heading_title'] = 'Your order has been placed!'; + +// Text +$_['text_basket'] = 'Shopping Cart'; +$_['text_checkout'] = 'Checkout'; +$_['text_success'] = 'Success'; +$_['text_customer'] = '<p>Your order has been successfully processed!</p><p>You can view your order history by going to the <a href="%s">my account</a> page and by clicking on <a href="%s">history</a>.</p><p>If your purchase has an associated download, you can go to the account <a href="%s">downloads</a> page to view them.</p><p>Please direct any questions you have to the <a href="%s">store owner</a>.</p><p>Thanks for shopping with us online!</p>'; +$_['text_guest'] = '<p>Your order has been successfully processed!</p><p>Please direct any questions you have to the <a href="%s">store owner</a>.</p><p>Thanks for shopping with us online!</p>';
\ No newline at end of file |