November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi,
We are aware of this and will add these properties in the future. However adding properties to an interface is a breaking change, so it will need a major release. That change will not fit in Commerce 11 - which is in final stage right now, so it'll have to wait until Commerce 12, unless if we figure out some smart way to do it without a breaking change.
Regards,
/Q
Hi all,
(using Epi commerce 9.24)
I have a lot of code that depends on LineItem. I'd like to depend on ILineItem instead, if possible.
However ILineItem seems to be missing a few things that LineItem had:
- MaxQuantity
- MinQuantity
- ExtendedPrice
- ParentCatalogEntryId
Is there a way to retrieve those values for a ILineItem?