Is there a way to add a custom OrderItemType, or is the enum wrapped in a sealed class? Customer Service has requested the ability to add "Miscellaneous" items to the order such as item components that we usually do not sell on their own.
If we were able to get in a custom OrderItemType, how many places throughout the app are we going to have to mess with in order to get it to display on peoples' orders?
Custom OrderItemType?
Re: Custom OrderItemType?
OrderItemType is an fixed class defined in the CommerceBuilder code. The options are:
- Product
Shipping
Handling
Tax
Discount
Coupon
Charge
GiftCertificate
GiftWrap
Credit
GiftCertificatePayment
Re: Custom OrderItemType?
With several stores and varying requirements, I can't pick one of them. Should probably add a feature request for Miscellaneous order item type.