I have a need to do something very simple: use a calculated field to read the retail price ("price") of a product and multiply is by a percentage.
So I've set up the N:1 relationship between my custom entity and the product entity, selected the required product and now I'm working on a calculated field to take the product price from the list price of the product, multiply it by 0.9 and display it in a field.
Everything I have read says that if I use this "new_membershiplevel.price * 0.5" in the calculated field then the list price of the product will be multiplied by 50% and the value placed in this currency field.
I can't see any errors anywhere and this is something I have done successfully before, so is this a bug, or have I made a mistake?
Thanks,
Simon
*This post is locked for comments