on ‎2015 Jun 11 8:51 AM
Hi, Is there any support in hybris for pre-ordering fucntionality. I skimmed through some of the documents and have failed to find it. If Hybris doesnt provide Pre-Order functionality, what could be a good approach to make it work with hybris? Thanks and Cheers!
Request clarification before answering.
Pre-order functionality has two aspects to it:
an item can be ordered though there is no stock. That can be done by adding an attribute to the product like "preorder" (boolean, items.xml) or a certain stock-level (-999 or so) etc, this depends on your needs or other product statuses that you might have. Then you need to modify the cart-add-widgets/tags to show the buy button in a different way and any stock-level checks with cart-add and checkout you need to make aware of the special status of the product.
hold the order from shipping until the stock is there. this is usually a matter of the ERP, not the e-com system.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.