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'] = 'Use Coupon Code';
// Text
$_['text_coupon'] = 'Coupon (%s)';
$_['text_success'] = 'Success: Your coupon discount has been applied!';
$_['text_remove'] = 'Success: Your coupon discount has been removed!';
// Entry
$_['entry_coupon'] = 'Enter your coupon here';
// Error
$_['error_coupon'] = 'Warning: Coupon is either invalid, expired or reached its usage limit!';
$_['error_status'] = 'Warning: Coupons are not enabled on this store!';

View File

@ -0,0 +1,4 @@
<?php
// Text
$_['text_credit'] = 'Store Credit';
$_['text_order_id'] = 'Order ID: #%s';

View File

@ -0,0 +1,3 @@
<?php
// Text
$_['text_handling'] = 'Handling Fee';

View File

@ -0,0 +1,3 @@
<?php
// Text
$_['text_low_order_fee'] = 'Low Order Fee';

View File

@ -0,0 +1,18 @@
<?php
// Heading
$_['heading_title'] = 'Use Reward Points (Available %s)';
// Text
$_['text_reward'] = 'Reward Points (%s)';
$_['text_order_id'] = 'Order ID: #%s';
$_['text_success'] = 'Success: Your reward points discount has been applied!';
$_['text_remove'] = 'Success: Your reward points discount has been removed!';
// Entry
$_['entry_reward'] = 'Points to use (Max %s)';
// Error
$_['error_reward'] = 'Warning: Please enter the amount of reward points to use!';
$_['error_points'] = 'Warning: You don\'t have %s reward points!';
$_['error_maximum'] = 'Warning: The maximum number of points that can be applied is %s!';
$_['error_status'] = 'Warning: Reward points are not enabled on this store!';

View File

@ -0,0 +1,21 @@
<?php
// Heading
$_['heading_title'] = 'Estimate Shipping &amp; Taxes';
// Text
$_['text_shipping_method'] = 'Shipping method options';
$_['text_destination'] = 'Enter your destination to get a shipping estimate.';
$_['text_estimate'] = 'Please select the preferred shipping method to use on this order.';
$_['text_success'] = 'Success: Your shipping estimate has been applied!';
// Entry
$_['entry_country'] = 'Country';
$_['entry_zone'] = 'Region / State';
$_['entry_postcode'] = 'Post Code';
// Error
$_['error_postcode'] = 'Postcode must be between 2 and 10 characters!';
$_['error_country'] = 'Please select a country!';
$_['error_zone'] = 'Please select a region / state!';
$_['error_shipping'] = 'Warning: Shipping method required!';
$_['error_no_shipping'] = 'Warning: No Shipping options are available. Please <a href="%s">contact us</a> for assistance!';

View File

@ -0,0 +1,3 @@
<?php
// Text
$_['text_sub_total'] = 'Sub-Total';

View File

@ -0,0 +1,3 @@
<?php
// Text
$_['text_total'] = 'Total';

View File

@ -0,0 +1,15 @@
<?php
// Heading
$_['heading_title'] = 'Use Gift Certificate';
// Text
$_['text_voucher'] = 'Gift Certificate (%s)';
$_['text_success'] = 'Success: Your gift certificate discount has been applied!';
$_['text_remove'] = 'Success: Your gift certificate discount has been removed!';
// Entry
$_['entry_voucher'] = 'Enter your gift certificate code here';
// Error
$_['error_voucher'] = 'Warning: Gift Certificate is either invalid or the balance has been used up!';
$_['error_status'] = 'Warning: Gift Certificate are not enabled on this store!';