Umbraco Commerce: Multiple Product DocTypes?
a
Working with Umbraco 14 Umbraco Commerce - how can I use multiple product doctypes? It seems Umbraco Commerce isn't detecting my secondary product type (alias "productOption"), it only is detecting my doctype with the alias "product". Is this a limitation? Can I not have multiple product doctypes, as long as they have an SKU and Price field? How do I enable them? When I try to add another product type that I have defined to an order, I get this message: "Can't add a Product to an Order where there is no price for the Order currency."
Ok I'm reading more carefully about the demo project, it seems to use a composition. I'm going to try that.
d
it may not be relevant but there're also some reserved property aliases in Umbraco Commerce. i.e: "price" https://docs.umbraco.com/umbraco-commerce/key-concepts/umbraco-properties
a
Ok, I just found a bug, actually. It currently isnt even possible to add an item to the cart that is $0.00. I'll add a bug report on github