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

21 lines
577 B
PHP
Raw Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
$_['heading_title'] = 'Failed Payment!';
// Text
2020-02-16 12:18:44 +00:00
$_['text_basket'] = 'Ostoskori';
2020-02-12 21:25:39 +00:00
$_['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>
2020-03-02 08:58:49 +00:00
';