You are here

README.txt in Commerce Stock 7

Same filename and directory in other branches
  1. 7.2 README.txt
Commerce Stock Module
=====================

This module provides stock management for Drupal Commerce stores.
Commerce Stock 7.x-1.0-alpha3 is now compatible with Drupal Commerce 7.x-1.0-rc1+

To install and configure

   1. Install and enable the module.
   2. Add the permission "Administer commerce stock settings" to all relevant roles.
   3. Visit admin/commerce/config/stock to enable stock tracking on your product type(s).
   4. Set the starting value of stock on each product.


The stock module does two main things:

   1. Maintain stock levels
   2. Implement validation of stock to prevent users from ordering out of stock items

The module does the following stock validation checks

   1. Disable the add to cart button for out of stock products.
   2. Validates the add to cart quantity widget.
   3. Checks that all products and quantities in the shopping cart (/cart) are in stock
   4. On Checkout if you attempt to continue with out of stock items you get redirected to the shopping cart.

If you are using multiple products per display and are not using attributes:

   1. Marks items as out of stock in the dropdown

Management of stock

Each product type that is to be stock controlled is to be enabled using the admin interface.
Enabled product types will have a stock field added to them; this field will hold the current stock count.
You can disable stock checking for specific products this is useful if an organisation has a product that's always in stock.

A rule is created by the module to decrease the stock level when an order is complete.

The modules also provides some rule conditions and actions (increase / decrease stock) for you to create your own custom rules

File

README.txt
View source
  1. Commerce Stock Module
  2. =====================
  3. This module provides stock management for Drupal Commerce stores.
  4. Commerce Stock 7.x-1.0-alpha3 is now compatible with Drupal Commerce 7.x-1.0-rc1+
  5. To install and configure
  6. 1. Install and enable the module.
  7. 2. Add the permission "Administer commerce stock settings" to all relevant roles.
  8. 3. Visit admin/commerce/config/stock to enable stock tracking on your product type(s).
  9. 4. Set the starting value of stock on each product.
  10. The stock module does two main things:
  11. 1. Maintain stock levels
  12. 2. Implement validation of stock to prevent users from ordering out of stock items
  13. The module does the following stock validation checks
  14. 1. Disable the add to cart button for out of stock products.
  15. 2. Validates the add to cart quantity widget.
  16. 3. Checks that all products and quantities in the shopping cart (/cart) are in stock
  17. 4. On Checkout if you attempt to continue with out of stock items you get redirected to the shopping cart.
  18. If you are using multiple products per display and are not using attributes:
  19. 1. Marks items as out of stock in the dropdown
  20. Management of stock
  21. Each product type that is to be stock controlled is to be enabled using the admin interface.
  22. Enabled product types will have a stock field added to them; this field will hold the current stock count.
  23. You can disable stock checking for specific products this is useful if an organisation has a product that's always in stock.
  24. A rule is created by the module to decrease the stock level when an order is complete.
  25. The modules also provides some rule conditions and actions (increase / decrease stock) for you to create your own custom rules