matt-pixelbuilders
-
3/30/2012 8:01:07 AM
Adding Custom fields to ShoppingCartContent module
Hi guys,
I am using the Shopping cart web part, (mainly focusing on the ShoppingCartContent .ascx file) which pulls the SKU items out into a gridview, and have found the ReloadData() method to do the following: gridData.DataSource = ShoppingCartInfoObj.ContentTable;
My issue is I want to bring in custom fields which I have added to the SKU system table but it seems that the datasource being used only brings a select number of fields from the SKU table.
Anyone offer any advice?
Thanks in advance, Matt
|