Hi,
We're currently trying to use MVC to add/change/remove items from a cart, but we are facing some issues.
The price becomes 0 as the DefaultPriceManager cannot find the current price. This is due to that the price is based on ShopId and the ShopId is null as the PageView is empty.
I am currenty considering using something like including pageId in the Controller Method and afterwards trying to set the PageView to ensure everything is calculated correctly, but what is the best practise for this?
And do anybody have some example code to override/set the PageView or Dynamicweb Context?
Best Regards
Søren