Try our conversational search powered by Generative AI!

Shannon Gray
Jun 9, 2017
  7324
(5 votes)

Episerver Catalog Packages vs Bundles

This is a short blog to clarify a catalog concept that is often unclear for folks new to Episerver : the difference between bundles and packages.

Bundles and packages are catalog item-types that have distinct features and different use cases.

A bundle is a collection of SKUs that are simply grouped together for catalog-browse and add-to-cart purposes. There is no bundle-specific pricing or inventory. The pricing for a bundle is simply the total of the prices for the SKUs in the bundle. Inventory is tracked on the SKU level. A common scenario for using bundles is when an item usually needs to be bought in conjunction with other items in the catalog, like a phone and its charger.

When a bundle is added to the cart, your “add to cart” functionality needs to retrieve the SKUs in the bundle from the system and add each one to the cart. Once in the cart, the SKUs from the bundle are not identifiable as part of a bundle; they’re simple SKUs (as lineitems) in the cart. Therefore, a) you can’t attribute promotions to them as a bundle, b) you can change the quantity of each SKU/lineitem independently, and c) you can delete the individual lineitems that were associated with the bundle SKUs.  Given the lack of pricing on a bundle and that promotions can’t be applied to them, you can’t provide discount pricing to incentivize buying bundles (at least not without significant additional development).

image

 

Conversely, packages contain SKUs but have their own pricing and inventory. When you add a package to the cart, its a single lineitem, like a SKU. SKUs can’t be removed from the package lineitem in the cart. You can only update the quantity of the package in the cart (or remove it). You can think of a package as a group of SKUs that are physically stored together and inventory is managed on the package level.  Packages allow you to provide discounted pricing for a group of SKUs. You can also create promotions for packages. Note, however, that promotions which apply to SKUs contained in the package will not apply to the package lineitem.

image

 

These catalog types and their behavior are flexible with some minor customization. You could do things like:

* Create a “dynamic package”, where a user can select which items in a package or bundle is ultimately purchased in their cart.

* Use packages but still maintain inventory on the SKU level

* Add a package as multiple lineitems in the cart

These customizations may require additional effort to a) ensure your pricing logic reflects this logic, b) modify the way carts are processed to validate the content of the carts, update prices, etc , and/or c) change the way your add to cart functionality works.

 

Documentation on how to work with packages and bundles programmatically is here:

http://world.episerver.com/documentation/developer-guides/commerce/catalogs/catalog-content/Bundles-and-packages/

[Edited to incorporate comments below from Khurram and Per from 6/9/17]

Jun 09, 2017

Comments

Jun 9, 2017 11:13 AM

Nice explanation!

K Khan
K Khan Jun 9, 2017 12:23 PM

:), there are few other general questions that will require answers,

What happens when we add/remove Sku from cart?

What happens when we update quantity of a Sku in cart?

How promotion works on Bundles and packages?

Jun 9, 2017 04:17 PM

Lets see if I can answer those questions.

In the bundle scenario, once you add the bundle to a cart it is replaced with the skus in the bundle. When that has happened, there is no knowledge anymore that they came from a bundle. So when adding/removing/updating the skus in the cart it works in the exact same way as if the were added one by one, without the unse of a bundle.

The promotion sytem will not take bundles into account, rather it looks only on the skus in the cart. If they were added by a bundle or directly is not taken into account.

In the package case, the package is basically a sku it self, and treated as such. In other words, it is not possible to add/remove/update specific items in the package when it's in the cart. You can only remove or change the quantity of the whole package.

The promotion system will handle packages in the same way as any other skus. Since the package has it's own price and quantity any evaluations and reductions would be done directly on the package. Skus in a package will be ignored by the promotion engine, unless they are directly added to the cart.

Regards

Per Gunsarfs

K Khan
K Khan Jun 12, 2017 03:27 PM

Thanks Per, your answer completes this article :)

Shannon Gray
Shannon Gray Jun 13, 2017 12:51 AM

Thanks Khurram for pointing out some good questions to round out the topic. And thank you Per for filling in the blanks. I updated the blog to include these distinctions so folks don't have to get into the comments for clarification.

Please login to comment.
Latest blogs
Optimizely and the never-ending story of the missing globe!

I've worked with Optimizely CMS for 14 years, and there are two things I'm obsessed with: Link validation and the globe that keeps disappearing on...

Tomas Hensrud Gulla | Apr 18, 2024 | Syndicated blog

Visitor Groups Usage Report For Optimizely CMS 12

This add-on offers detailed information on how visitor groups are used and how effective they are within Optimizely CMS. Editors can monitor and...

Adnan Zameer | Apr 18, 2024 | Syndicated blog

Azure AI Language – Abstractive Summarisation in Optimizely CMS

In this article, I show how the abstraction summarisation feature provided by the Azure AI Language platform, can be used within Optimizely CMS to...

Anil Patel | Apr 18, 2024 | Syndicated blog

Fix your Search & Navigation (Find) indexing job, please

Once upon a time, a colleague asked me to look into a customer database with weird spikes in database log usage. (You might start to wonder why I a...

Quan Mai | Apr 17, 2024 | Syndicated blog