- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Advise extension which can do: buyers can order products even if they are out of stock !
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello.
It is possible in Magento if the product has quantity 0, but is in stock. If it is out of stock, Magento will not show add to cart button and will not let the customer buy the product.
Then you need to set up 'Allows backorders' option in Inventory tab of products edit form -
Then when person adds this product to cart, the notification will appear -
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello.
It is possible in Magento if the product has quantity 0, but is in stock. If it is out of stock, Magento will not show add to cart button and will not let the customer buy the product.
Then you need to set up 'Allows backorders' option in Inventory tab of products edit form -
Then when person adds this product to cart, the notification will appear -