Skip to content

Commit

Permalink
Merge pull request #13887 from pemaier/pemaier-patch-7
Browse files Browse the repository at this point in the history
Stock status for stores
  • Loading branch information
danielkerr committed Apr 24, 2024
2 parents 6bce53e + 22e8cad commit 1312ddb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion upload/admin/language/en-gb/setting/setting.php
Expand Up @@ -232,7 +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_stock_status'] = 'Set the default stock status when a product is available 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
2 changes: 2 additions & 0 deletions upload/admin/language/en-gb/setting/store.php
Expand Up @@ -65,6 +65,7 @@
$_['entry_checkout'] = 'Checkout Terms';
$_['entry_stock_display'] = 'Display Stock';
$_['entry_stock_checkout'] = 'Stock Checkout';
$_['entry_stock_status'] = 'Stock Status';
$_['entry_logo'] = 'Store Logo';
$_['entry_image_category'] = 'Category Image Size (W x H)';
$_['entry_image_thumb'] = 'Product Image Thumb Size (W x H)';
Expand Down Expand Up @@ -102,6 +103,7 @@
$_['help_checkout'] = 'Forces people to agree to terms before an a customer can checkout.';
$_['help_stock_display'] = 'Display stock quantity on the product page.';
$_['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 available on stock.';
$_['help_product_count'] = 'Show the number of products inside the subcategories in the storefront header category menu. Be warned, this will cause an extreme performance hit for stores with a lot of subcategories!';

// Error
Expand Down

0 comments on commit 1312ddb

Please sign in to comment.