KonaKart Community Forum

Installation / Configuration => Configuration of KonaKart => Topic started by: kkdubey042@gmail.com on May 15, 2017, 10:31:08 am

Title: Bundled products as order items (orders products)
Post by: kkdubey042@gmail.com on May 15, 2017, 10:31:08 am
If we create the order for the bundled product then we see only one order products as the order item in orders_product, bu we need to change as per our requirement we need to add all the bundled products into the orders_product as the order item do we have any configuration for this or we can change by doing code change?
Title: Re: Bundled products as order items (orders products)
Post by: julie on May 15, 2017, 04:43:43 pm
You'll have to manage this yourself when the product is added to the cart. Depending on what your rules are, it may be a bit tricky to manage situations where a customer attempts to remove or change the quantity of just one of the bundle components.
Title: Re: Bundled products as order items (orders products)
Post by: kkdubey042@gmail.com on May 16, 2017, 11:22:25 am
Thanks Julie, Is there any other way to do this?