Hi,
We're trying to create a spot-product selector using the item type Product, to select a single product to display - we're running 9.10.13.
But it seem the item only returns a productId-like string instead of a Product, something like => p_10861622: when I call eg. PageView.Current().Page.Item["SpotProduct"]. I've tried to cast it to a product but no dice.
We can't use the productservice either, as the ID should be 10861622 without the p_ and :
Is this a bug or am I just doing it wrong?