first commit

This commit is contained in:
sujan
2024-08-06 18:06:00 +05:45
commit a2fa49071a
2745 changed files with 391199 additions and 0 deletions

View File

@ -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.';

View File

@ -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.';

View File

@ -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!';

View File

@ -0,0 +1,3 @@
<?php
// Heading
$_['heading_title'] = 'Free Checkout';