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,18 @@
<?php
// Heading
$_['heading_title'] = 'Flat Rate';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified flat rate shipping!';
$_['text_edit'] = 'Edit Flat Rate Shipping';
// Entry
$_['entry_cost'] = 'Cost';
$_['entry_tax_class'] = 'Tax Class';
$_['entry_geo_zone'] = 'Geo Zone';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify flat rate shipping!';

View File

@ -0,0 +1,20 @@
<?php
// Heading
$_['heading_title'] = 'Free Shipping';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified free shipping!';
$_['text_edit'] = 'Edit Free Shipping';
// Entry
$_['entry_total'] = 'Sub-Total';
$_['entry_geo_zone'] = 'Geo Zone';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Help
$_['help_total'] = 'Sub-Total amount needed before the free shipping module becomes available.';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify free shipping!';

View File

@ -0,0 +1,18 @@
<?php
// Heading
$_['heading_title'] = 'Per Item';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified shipping per item rates!';
$_['text_edit'] = 'Edit Per Item Shipping';
// Entry
$_['entry_cost'] = 'Cost';
$_['entry_tax_class'] = 'Tax Class';
$_['entry_geo_zone'] = 'Geo Zone';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify shipping per item rates!';

View File

@ -0,0 +1,16 @@
<?php
// Heading
$_['heading_title'] = 'Pickup From Store';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified pickup from store!';
$_['text_edit'] = 'Edit Pickup From Store Shipping';
// Entry
$_['entry_geo_zone'] = 'Geo Zone';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify pickup from store!';

View File

@ -0,0 +1,21 @@
<?php
// Heading
$_['heading_title'] = 'Weight Based Shipping';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified weight based shipping!';
$_['text_edit'] = 'Edit Weight Based Shipping';
// Entry
$_['entry_rate'] = 'Rates';
$_['entry_tax_class'] = 'Tax Class';
$_['entry_geo_zone'] = 'Geo Zone';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Help
$_['help_rate'] = 'Example: 5:10.00,7:12.00 Weight:Cost,Weight:Cost, etc..';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify weight based shipping!';