failure.php (599B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Failed Payment!'; 4 5 // Text 6 $_['text_basket'] = 'Shopping Cart'; 7 $_['text_checkout'] = 'Checkout'; 8 $_['text_failure'] = 'Failed Payment'; 9 $_['text_message'] = '<p>There was a problem processing your payment and the order did not complete.</p> 10 11 <p>Possible reasons are:</p> 12 <ul> 13 <li>Insufficient funds</li> 14 <li>Verification failed</li> 15 </ul> 16 17 <p>Please try to order again using a different payment method.</p> 18 19 <p>If the problem persists please <a href="%s">contact us</a> with the details of the order you are trying to place.</p> 20 ';