first commit
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Bank Transfer';
|
||||
|
||||
// Text
|
||||
$_['text_instruction'] = 'Bank Transfer Instructions';
|
||||
$_['text_description'] = 'Please transfer the total amount to the following bank account.';
|
||||
$_['text_payment'] = 'Your order will not ship until we receive payment.';
|
||||
|
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Cheque / Money Order';
|
||||
|
||||
// Text
|
||||
$_['text_instruction'] = 'Cheque / Money Order Instructions';
|
||||
$_['text_payable'] = 'Make Payable To: ';
|
||||
$_['text_address'] = 'Send To: ';
|
||||
$_['text_payment'] = 'Your order will not ship until we receive payment.';
|
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Cash On Delivery';
|
||||
|
||||
// Error
|
||||
$_['error_order_id'] = 'No order ID in the session!';
|
||||
$_['error_payment_method'] = 'Payment method is incorrect!';
|
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Free Checkout';
|
Reference in New Issue
Block a user