Skip to content

Commit

Permalink
Merge pull request #13873 from pemaier/pemaier-patch-6
Browse files Browse the repository at this point in the history
Update setting.php - Stock status
  • Loading branch information
danielkerr committed Apr 23, 2024
2 parents 163e8cd + 2f69b7e commit 62df3df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions upload/admin/language/en-gb/setting/setting.php
Expand Up @@ -128,6 +128,7 @@
$_['entry_stock_display'] = 'Display Stock';
$_['entry_stock_warning'] = 'Show Out Of Stock Warning';
$_['entry_stock_checkout'] = 'Stock Checkout';
$_['entry_stock_status'] = 'Stock Status';
$_['entry_affiliate_status'] = 'Affiliate Status';
$_['entry_affiliate_group'] = 'Affiliate Group';
$_['entry_affiliate_approval'] = 'Affiliate Requires Approval';
Expand Down Expand Up @@ -231,6 +232,7 @@
$_['help_stock_display'] = 'Display stock quantity on the product page.';
$_['help_stock_warning'] = 'Display out of stock message on the shopping cart page if a product is out of stock but stock checkout is yes. (Warning always shows if stock checkout is no)';
$_['help_stock_checkout'] = 'Allow customers to still checkout if the products they are ordering are not in stock.';
$_['help_stock_status'] = 'Set the default stock status when a product is awailable on stock.';
$_['help_affiliate_status'] = 'If the affiliate system will not be used, you can disable it.';
$_['help_affiliate_approval'] = 'Automatically approve any new affiliates who sign up.';
$_['help_affiliate_auto'] = 'Automatically add commission when each order reaches the complete status.';
Expand Down

0 comments on commit 62df3df

Please sign in to comment.