I'm finding it impossible to extend core classes, i.e. AspDotNetStorefrontCore.ShoppingCart, to override the inline-coded presentation structure (which is less than optimal and table-based).
I want to override the various methods in the shopping cart in order to implement a proper div-based solution.
How can this be done, seeing that the Core classes are not virtual? The problem with updating the core classes directly is that applying an update becomes impossible without breaking things (which is why I am redoing things in the first place).
Thoughts? Suggestsions?