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,15 @@
<?php
// Heading
$_['heading_title'] = 'Coupon';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified coupon total!';
$_['text_edit'] = 'Edit Coupon';
// Entry
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify coupon total!';

View File

@ -0,0 +1,15 @@
<?php
// Heading
$_['heading_title'] = 'Store Credit';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified store credit total!';
$_['text_edit'] = 'Edit Store Credit Total';
// Entry
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify store credit total!';

View File

@ -0,0 +1,21 @@
<?php
// Heading
$_['heading_title'] = 'Handling Fee';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified handling fee total!';
$_['text_edit'] = 'Edit Handling Fee Total';
// Entry
$_['entry_total'] = 'Order Total';
$_['entry_fee'] = 'Fee';
$_['entry_tax_class'] = 'Tax Class';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Help
$_['help_total'] = 'The checkout total the order must reach before this order total becomes active.';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify handling fee total!';

View File

@ -0,0 +1,21 @@
<?php
// Heading
$_['heading_title'] = 'Low Order Fee';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified low order fee total!';
$_['text_edit'] = 'Edit Low Order Fee Total';
// Entry
$_['entry_total'] = 'Order Total';
$_['entry_fee'] = 'Fee';
$_['entry_tax_class'] = 'Tax Class';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Help
$_['help_total'] = 'The checkout total the order must reach before this order total is deactivated.';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify low order fee total!';

View File

@ -0,0 +1,15 @@
<?php
// Heading
$_['heading_title'] = 'Reward Points';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified reward points total!';
$_['text_edit'] = 'Edit Reward Points Total';
// Entry
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify reward points total!';

View File

@ -0,0 +1,16 @@
<?php
// Heading
$_['heading_title'] = 'Shipping';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified shipping total!';
$_['text_edit'] = 'Edit Shipping Total';
// Entry
$_['entry_estimator'] = 'Shipping Estimator';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify shipping total!';

View File

@ -0,0 +1,15 @@
<?php
// Heading
$_['heading_title'] = 'Sub-Total';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified sub-total total!';
$_['text_edit'] = 'Edit Sub-Total Total';
// Entry
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify sub-total total!';

View File

@ -0,0 +1,15 @@
<?php
// Heading
$_['heading_title'] = 'Taxes';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified taxes total!';
$_['text_edit'] = 'Edit Tax Total';
// Entry
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify taxes total!';

View File

@ -0,0 +1,15 @@
<?php
// Heading
$_['heading_title'] = 'Total';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified total totals!';
$_['text_edit'] = 'Edit Total Total';
// Entry
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify total totals!';

View File

@ -0,0 +1,15 @@
<?php
// Heading
$_['heading_title'] = 'Gift Voucher';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified gift voucher total!';
$_['text_edit'] = 'Edit Gift Voucher Total';
// Entry
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify gift voucher total!';