Details you have shared for the price rule working, is working as expected and implemented accordingly. That means, the price engine returns the exact price when we pass the variant id to it. So I think on purchase you should able to get the product as per the rule setup.
I guess your problem is not functional and you want to show the variant price/discount before adding them to the cart. And as while rendering the product system uses the virtual id to extract the price information so it is not showing. In general, if product and price setup is as per the details shared in the email by you. You may need to extract product price for the product you want to show before rendering and customize the product rendering logic accordingly. Alternatively, change the product setup treat them as separate finished good. System will automatically render the discounted product price. Alternative way is not recommended as we are manipulating the virtual variant associated products to consider them as finished good. But it should quickly resolve your problem Rishi Solanki Sr Manager, Enterprise Software Development HotWax Systems Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxsystems.com On Mon, Jun 26, 2017 at 11:45 PM, Ingo Wolfmayr <[email protected]> wrote: > Hi everybody, > > I have a question regarding the pricecalculation. > > Virtual product: 1000X > Variants: > ID 10001: Default Price 100 € > ID 10002: Default Price 100 € > ID 10003: Default Price 100 € > > Variant 10002 is on sales with a pricerule that calculates 20% off. > (Product category with a price rule) > > Therefore: 10002: 80 € > > The price calculation service does not take into account price rules on > variants. Therefore it displays 100€ unless I select the variant. > > Is there a solution/proposal how this can be done? (without changing the > price). > > Thanks for any pointer, > > Ingo >
