Bundle Configuration

From version 2.2.6.0, KonaKart supports bundled products. To define a bundle, the following steps must be taken using the Admin App:

Within the application, bundle products are treated in the same way as other products. The products that make up the bundle (bundled products) can be retrieved through the API using the getRelatedProducts() API call. ProductDetailsBody.jsp has been modified to display description information for each bundled product when it exists. Just like other products, the quantity in stock of a bundle product is retrieved using the updateBasketWithStockInfo() method. The quantity returned is calculated based on the availability of the bundled products and when a bundle product is sold, the stock info of the bundled products is modified.