Vanapandi Narayanan
Vanapandi Narayanan

Reputation: 109

How to do Back order in drupal commerce

I am going to develop commerce drupal site.so i am also going to maintain stock.I have got commerce stock module for Stock management.But I do not know how to update quantity(Back Order) .Is there any module?Please help me

Upvotes: 2

Views: 411

Answers (1)

Anurag
Anurag

Reputation: 555

After installing the Commerce Stock module you need to do following to setup the initial stock for each products:

  1. Visit admin/commerce/config/stock to enable stock tracking on your product type(s).
  2. Set the starting value of stock on each product.

After setting the initial stock module will automatically do the following

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

For enhancing the module functionality you can create you custom rules using the Drupal Rules module.

Upvotes: 1

Related Questions