How to pre-order drupal commerce product when it is out of stock?

453 Views Asked by At

I am using Drupal Commerce 7 module. How it is possible to pre-order commerce product even it is showing out of stock ? For example - product will be shown out of stock but customer can pre-order that product and give payment, so when the product is available we can deliver it to customer. Is this possible, by which drupal module?

1

There are 1 best solutions below

0
TheodorosPloumis On

Normally the functionality to prevent an out of stock product to be added to the cart is a rule. So to add an out of stock product to the cart you have these options:

1) Edit/Override the related rule.

2) Use a contrib module (that does the same thing) such as commerce_stock, commerce_preorder etc.