Bug with Adding Kit Items to an Order
Posted: 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:
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
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);
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