Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Hi Andrei,
You might have better luck creating your own IPriceDetailService (and possible IPriceService). There's a thread on World that talks briefly about it:
http://world.episerver.com/Forum/Developer-forum/EPiServer-Commerce/Thread-Container/2014/5/Custom-Pricing-Provider/
You can call the default implementation PriceDetailDatabase and PriceServiceDatabase and then do your own filtering on the prices.
/T
Hello, the solution i work on has 3 types of web admins each tied to a market. When entering the catalog they want to be able to see all the information about all the products/skus but can only modify the ones that belong to their market.
My problem is that the prices have all the price markets in the catalog and i want each user to see only his market price, aka filter the prices by the market the user belongs to.
From what i noticed i need to costumize [UIHint("pricecollection")], and i don't know where i can find this control. Either that or a better solution.
thank you