isnt there any chance of simulation of condition selection as below:
i know condition expression id and products of user basket.
Programmatically if i create orderform and add products that exists in user basket , and load condition expression and try to evaluate selection by using ExpressionEvaluateor.eval method or something like that ?
There is expressionevalutor class, but i could not able to use it as i mentioned above.
Or is there any field on basket line item that holds relation info.
There is condition Info on award product, on the field "discounts_applied", where you can reach condition expression ID , award expression ID etc,
but i could not find any field that hold same info , on the condition product.
All i need is : these products "B" and "A" are related by campaign, i do not care about other conditions like quantity, category condition , user profile condition etc...
any ideas ?