recurring.php (2740B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Recurring Payments'; 4 5 // Text 6 $_['text_account'] = 'Account'; 7 $_['text_recurring'] = 'Recurring Payment Information'; 8 $_['text_recurring_detail'] = 'Recurring Payment Details'; 9 $_['text_order_recurring_id'] = 'Recurring ID:'; 10 $_['text_date_added'] = 'Date Added:'; 11 $_['text_status'] = 'Status:'; 12 $_['text_payment_method'] = 'Payment Method:'; 13 $_['text_order_id'] = 'Order ID:'; 14 $_['text_product'] = 'Product:'; 15 $_['text_quantity'] = 'Quantity:'; 16 $_['text_description'] = 'Description'; 17 $_['text_reference'] = 'Reference'; 18 $_['text_transaction'] = 'Transactions'; 19 $_['text_status_1'] = 'Active'; 20 $_['text_status_2'] = 'Inactive'; 21 $_['text_status_3'] = 'Cancelled'; 22 $_['text_status_4'] = 'Suspended'; 23 $_['text_status_5'] = 'Expired'; 24 $_['text_status_6'] = 'Pending'; 25 $_['text_transaction_date_added'] = 'Created'; 26 $_['text_transaction_payment'] = 'Payment'; 27 $_['text_transaction_outstanding_payment'] = 'Outstanding payment'; 28 $_['text_transaction_skipped'] = 'Payment skipped'; 29 $_['text_transaction_failed'] = 'Payment failed'; 30 $_['text_transaction_cancelled'] = 'Cancelled'; 31 $_['text_transaction_suspended'] = 'Suspended'; 32 $_['text_transaction_suspended_failed'] = 'Suspended from failed payment'; 33 $_['text_transaction_outstanding_failed'] = 'Outstanding payment failed'; 34 $_['text_transaction_expired'] = 'Expired'; 35 $_['text_empty'] = 'No recurring payments found!'; 36 $_['text_error'] = 'The recurring order you requested could not be found!'; 37 $_['text_cancelled'] = 'Recurring payment has been cancelled'; 38 39 // Column 40 $_['column_date_added'] = 'Date Added'; 41 $_['column_type'] = 'Type'; 42 $_['column_amount'] = 'Amount'; 43 $_['column_status'] = 'Status'; 44 $_['column_product'] = 'Product'; 45 $_['column_order_recurring_id'] = 'Recurring ID'; 46 47 // Error 48 $_['error_not_cancelled'] = 'Error: %s'; 49 $_['error_not_found'] = 'Could not cancel recurring'; 50 51 // Button 52 $_['button_return'] = 'Return';