How to order products which are not in stock
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
How to order products which are not in stock
Hi,
I want to create a waiting list for event products. So it would be perfect if the customer could order products which are no longer in stock. At the moment the customer can click on the button "add to basket" but in the basket the number of ordered items is automatically reset to zero, so the customer cann't order.
How can I achieve this? Or what mistake did I make?
Thank you!
(I use Aimeos in a TYPO3 12.4 environment)
I want to create a waiting list for event products. So it would be perfect if the customer could order products which are no longer in stock. At the moment the customer can click on the button "add to basket" but in the basket the number of ordered items is automatically reset to zero, so the customer cann't order.
How can I achieve this? Or what mistake did I make?
Thank you!
(I use Aimeos in a TYPO3 12.4 environment)
Re: How to order products which are not in stock
You need to deactivate the "ProductStock" basket plugin in Setup > Plugins of the admin backend.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
Re: How to order products which are not in stock
Thank you! It works now as expected.