Hi Experts,
We have a requirement where we will have two prices based on different value in our PriceRow Model. PriceType=A or B.
We need to fetch both the values of these product prices .to achieve this we have extended the DefaultCommercePriceService's getWebPriceForProduct () method.
we are facing a challenge here Since PriceRow is a JALO layer class we dont have an access to our newly added attribute "priceType".
How can we fetch the price for Product.What is the best solution for such scenario?.