Hi.
I'm trying to implement discount price in an item, that uses the Product type picker.
From the item, I'm getting the productId, which I then uses to to extract information from the ProductService.
I then uses "productbyid.GetPrice(currenctyCode, countryCode).Price" to get the price and "productbyid.GetDiscounts(currency, country, "", "").Price" to get the discountet price, though I get the exact same price.
The product should have a discount on 10%, which works fine when I use TemplateTags.
Am I missing something?