How would I go about adding another column to shoppingcart.aspx? I would like to add the price as a column.
How would I go about adding another column to shoppingcart.aspx? I would like to add the price as a column.
Chris Martz
United Art & Education
That's going to take source code mods, in the 'ShoppingCartControl' control (AspDotNetStorefrontControls project).
I was able to make the header adjustments in shoppingcartcontrol.cs but cannot find where the actual data is being brought in (i.e. quantity, product name)
Chris Martz
United Art & Education