1
0
opencart-languagepack-finnish/catalog/checkout/success.php

11 lines
871 B
PHP
Raw Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
$_['heading_title'] = 'Your order has been placed!';
// Text
2020-02-16 12:18:44 +00:00
$_['text_basket'] = 'Ostoskori';
2021-10-08 15:57:57 +00:00
$_['text_checkout'] = 'Kassa';
2020-02-12 21:25:39 +00:00
$_['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>';
2020-03-02 08:58:49 +00:00
$_['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>';