Skip to content

Commit

Permalink
Update store.php - Stock status for stores
Browse files Browse the repository at this point in the history
  • Loading branch information
pemaier committed Apr 23, 2024
1 parent ad6c94c commit 22e8cad
Showing 1 changed file with 2 additions and 0 deletions.
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 22e8cad

Please sign in to comment.