If a customer purchases a product bundle, the inventory of each individual product belonging to the product bundle will be decremented according to the quantity of the bundle and quantity of product in the bundle.
For example, if a Product Bundle has a quantity of 2 for Product A, a quantity of 1 for Product B, and a quantity of 3 for Product C. When a customer orders 2 of the product bundle then the inventory will be updated as follows:
- Product A = reduce the inventory of Product A by 4 (2 x 2)
- Product B = reduce the inventory of Product B by 2 (2 x 1)
- Product C = reduce the inventory of Product C by 6 (2 x 3)
Note: This feature requires the Product Bundle Add-on Module. If you are interested in purchasing this add-on module or for more information, reach out to your Account Manager.
Comments
0 comments
Article is closed for comments.