1
0

OpenCart 3.0.3.8

This commit is contained in:
Christer Warén
2021-10-08 18:17:57 +03:00
parent cfa575a06a
commit 4bd790f56a
63 changed files with 461 additions and 89 deletions

View File

@ -52,6 +52,7 @@ $_['entry_comment'] = 'Comment';
$_['entry_location'] = 'Store Location';
$_['entry_country'] = 'Country';
$_['entry_zone'] = 'Region / State';
$_['entry_timezone'] = 'Time Zone';
$_['entry_language'] = 'Language';
$_['entry_admin_language'] = 'Administration Language';
$_['entry_currency'] = 'Currency';
@ -143,7 +144,7 @@ $_['help_customer_activity'] = 'Track customers activity via the custome
$_['help_customer_group'] = 'Default customer group.';
$_['help_customer_group_display'] = 'Display customer groups that new customers can select to use such as wholesale and business when signing up.';
$_['help_customer_price'] = 'Only show prices when a customer is logged in.';
$_['help_login_attempts'] = 'Maximum login attempts allowed before the account is locked for 1 hour. Customer and affliate accounts can be unlocked on the customer or affliate admin pages.';
$_['help_login_attempts'] = 'Maximum login attempts allowed before the account is locked for 1 hour. Customer and affliate accounts can be unlocked on the customer or affliate admin pages. Admin account can be unlocked on reset password.';
$_['help_account'] = 'Forces people to agree to terms before an account can be created.';
$_['help_invoice_prefix'] = 'Set the invoice prefix (e.g. INV-2011-00). Invoice IDs will start at 1 for each unique prefix.';
$_['help_cart_weight'] = 'Show the cart weight on the cart page.';