Peter
-
11/28/2011 9:31:32 PM
Custom Ecommerce module upgrade
Hi,
I've started now upgrading to 6.0 from 5.5R2. Also following your examples for custom ecommerce module which we use. However many methods are very different. For example we need to create a new row for the cart content table we used to have something like this.... DataRow newRow = shoppingCart.CreateShoppingCartContentRow(contentTable, cartItem, unitPrice, unitDiscount, taxSummary, subTotal, subTotalDefaultCurrency, skuError);
What would you suggest to replace these methods with?
Thank you,
Peter
|