config.xml 1.1 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
  9. <default>
  10. <cataloginventory>
  11. <options>
  12. <can_subtract>1</can_subtract>
  13. <can_back_in_stock>1</can_back_in_stock>
  14. <show_out_of_stock>0</show_out_of_stock>
  15. <stock_threshold_qty>0</stock_threshold_qty>
  16. <display_product_stock_status>1</display_product_stock_status>
  17. </options>
  18. <item_options>
  19. <manage_stock>1</manage_stock>
  20. <backorders>0</backorders>
  21. <max_sale_qty>10000</max_sale_qty>
  22. <min_sale_qty>1</min_sale_qty>
  23. <min_qty>0</min_qty>
  24. <notify_stock_qty>1</notify_stock_qty>
  25. <enable_qty_increments>0</enable_qty_increments>
  26. <qty_increments>1</qty_increments>
  27. </item_options>
  28. </cataloginventory>
  29. </default>
  30. </config>