Page 1 of 1

Custom OrderItemType?

Posted: Fri Mar 09, 2012 5:23 pm
by sweeperq
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?

Re: Custom OrderItemType?

Posted: Fri Mar 09, 2012 7:40 pm
by david-ebt
OrderItemType is an fixed class defined in the CommerceBuilder code. The options are:
  • Product
    Shipping
    Handling
    Tax
    Discount
    Coupon
    Charge
    GiftCertificate
    GiftWrap
    Credit
    GiftCertificatePayment
Perhaps you can repurpose one that you're not using?

Re: Custom OrderItemType?

Posted: Mon Mar 12, 2012 9:24 am
by sweeperq
With several stores and varying requirements, I can't pick one of them. Should probably add a feature request for Miscellaneous order item type.