Custom OrderItemType?

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
sweeperq
Commodore (COMO)
Commodore (COMO)
Posts: 497
Joined: Tue Jan 03, 2006 2:45 pm

Custom OrderItemType?

Post by sweeperq » Fri Mar 09, 2012 5:23 pm

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?

User avatar
david-ebt
Captain (CAPT)
Captain (CAPT)
Posts: 253
Joined: Fri Dec 31, 2010 10:12 am

Re: Custom OrderItemType?

Post by david-ebt » Fri Mar 09, 2012 7:40 pm

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?
David
http://www.ecombuildertoday.com
Enhanced Reporting for AbleCommerce
Image

sweeperq
Commodore (COMO)
Commodore (COMO)
Posts: 497
Joined: Tue Jan 03, 2006 2:45 pm

Re: Custom OrderItemType?

Post by sweeperq » Mon Mar 12, 2012 9:24 am

With several stores and varying requirements, I can't pick one of them. Should probably add a feature request for Miscellaneous order item type.

Post Reply