As the picture shows I have added a radiogroup to the ShoppingCartMiniPreview in the top part of the page. There I can select if the prices should be shown with or without tax.
I have tried to achieve this by adding a custom field in User/ShoppingCart-tables to store the user preferences. Then I have a custom SKUInfoProvider that overrides the GetSKUPriceInternal that check for this preference.
The problem is that I can't find a way to get the product prices to update on the radiobuttons change event.
When OnCheckChange fires. The Sub-Page containing the products will be rendered before I get to save the new setting (in ShoppingCartMiniPreview), so the prices will not update correctly. I would really appreciate some input/guidance here.
/Magnus