Page 1 of 1

Bug with Adding Kit Items to an Order

Posted: Mon Aug 25, 2008 2:27 pm
by heinscott
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

Re: Bug with Adding Kit Items to an Order

Posted: Mon Aug 25, 2008 2:40 pm
by Shopping Cart Admin
Hello Scott,

viewtopic.php?f=42&t=6073

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

Re: Bug with Adding Kit Items to an Order

Posted: Tue Aug 26, 2008 7:52 am
by heinscott
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