Is there a way to "add" the value of a user field ("markup_percentage") to a "base" price of a product? So if I have userA set to 10% and userB set to 15% and the cost of product1 set to $1.00 then userA would see it as $1.10 and userB would see it as $1.15?
Thanks.
Comments
Comment #1
sorensong commentedGot this done using Workflow -> Rules and a field type of number/decimal. This may shed some light: http://www.drupalcommerce.org/node/461
Comment #2
rszrama commentedGlad to hear you got it working. : )