Skip to content

Commit

Permalink
Update store.php - due the stock status is not in use the text is not…
Browse files Browse the repository at this point in the history
… required.
  • Loading branch information
pemaier committed Apr 27, 2024
1 parent bc8e451 commit 068ff45
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions upload/admin/language/en-gb/setting/store.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
$_['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 @@ -103,7 +102,6 @@
$_['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 068ff45

Please sign in to comment.