Price lists
Hello,
in a project the products' prices are taken from up to 40 price lists. The relationship between a customer and a product is as follows:
customer --- 1:1 --- price-list --- n:m --- product
As stated here: http://www.drupalcommerce.org/comment/327#comment-327 there is a possibility to get this done with rules. But I don't quite see how.
I was crunching my brain on this for a while and currently I think I might need to create a custom price-list entity that would build the bridge explained above.
Then I would need a rule plugin (action) that would pull the price from this entity.
Before going down that road I would like to reassure that I am not totally wrong on this. If there is another (easier) way I would be happy for any insight.
Thank you (...also for this awesome e-commerce product)
Comments
See my answer below