Sure. The way you would do this in Vendr is to use a "Bundle", With a bundle, you add the core product to the order, giving it a bundle id (can be whatever you want it to be) so in your example this might be the bike frame, then you can add the different configurable elements, such as wheel styles, gear ratios, etc to that bundle using the various AddProductToBundle methods https://vendr.net/docs/core/1-2-0/reference/vendr-core/orderextensions/#addproducttobundle-1-of-8
Those configuration elements will then be added to the bundle order line as sub-order lines with the bundle order lines total price being it's price + all the bundle elements prices added together.
Products with options
Hey Vendr,
Is it possible to have products that has options with variable prices ?
Let's say it's a bike, and then you can choose wheels, gears etc. And when you choose options the price is calculated.
Thanks for a great product.
Hi Sebastian,
Sure. The way you would do this in Vendr is to use a "Bundle", With a bundle, you add the core product to the order, giving it a bundle id (can be whatever you want it to be) so in your example this might be the bike frame, then you can add the different configurable elements, such as wheel styles, gear ratios, etc to that bundle using the various
AddProductToBundle
methods https://vendr.net/docs/core/1-2-0/reference/vendr-core/orderextensions/#addproducttobundle-1-of-8Those configuration elements will then be added to the bundle order line as sub-order lines with the bundle order lines total price being it's price + all the bundle elements prices added together.
Hope this helps
/Matt
is working on a reply...