Bug with Adding Kit Items to an Order

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
heinscott
Captain (CAPT)
Captain (CAPT)
Posts: 375
Joined: Thu May 01, 2008 12:37 pm

Bug with Adding Kit Items to an Order

Post by heinscott » Mon Aug 25, 2008 2:27 pm

Hello.

I was wondering about the status of the error that occurs when adding kit items to an order from the admin section. I am going to be (hopefully) launching my site next week, and I need to sort this problem out before I do. I don't mind making a custom fix, but in this case, it looks like one of the core elements may have the problem. I believe that it is:

Code: Select all

List<OrderItem> orderItems = OrderItemDataSource.CreateForProduct(productId, tempQuantity, optionList, _SelectedKitProducts);
somewhere around line 146 in Admin/Order/Edit/AddProduct.aspx

Just wondering if it would be possible to get the source for this method, so I can add a fixed method to my customtools library.

Thanks for the help.

Scott

User avatar
Shopping Cart Admin
AbleCommerce Admin
AbleCommerce Admin
Posts: 3055
Joined: Mon Dec 01, 2003 8:41 pm
Location: Vancouver, WA
Contact:

Re: Bug with Adding Kit Items to an Order

Post by Shopping Cart Admin » Mon Aug 25, 2008 2:40 pm

Hello Scott,

viewtopic.php?f=42&t=6073

Please be sure to include which build you're running into this issue with.
Thanks for your support

Shopping Cart Guru
AbleCommerce.com
Follow us on Facebook

User avatar
heinscott
Captain (CAPT)
Captain (CAPT)
Posts: 375
Joined: Thu May 01, 2008 12:37 pm

Re: Bug with Adding Kit Items to an Order

Post by heinscott » Tue Aug 26, 2008 7:52 am

Thanks, Mike. I have submitted it. Would it be possible, though, to get the source to the method so I can get something going by launch time next week? Any help would be greatly appreciated!

Scott

Post Reply