ordercloud-api / headstart

A complete and opinionated eCommerce solution using OrderCloud as the backbone - built with .NET Core and Angular
MIT License
31 stars 74 forks source link

New Feature - Product bundles (limited in scope) #441

Closed crhistianramirez closed 2 years ago

crhistianramirez commented 2 years ago

This PR introduces a new feature, product bundles to headstart. Please note this feature is limited in scope, and is meant to be the first iteration of many. The biggest short comings of the feature are as follows:

  1. Does not support specs (you'll see a filtered list of products that can be added to a bundle)
  2. Does not support adding products in a bundle in different quantities
  3. Does not include ability to define min/max on products in a bundles
  4. Products are added as separate line items and not visually grouped during checkout
crhistianramirez commented 2 years ago

@ajsuth Fixed merge conflicts