Hi.
Lets assume I have a “products” channel which contains 3 fields: price(number), discount(integer 1 to 100), discounted_price(number).
Is there a way to populate the discounted_price field in CP, based on price - (price * discount / 100)?
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
March 08, 2013 9:38am
Subscribe [1]#1 / Mar 08, 2013 9:38am
Hi.
Lets assume I have a “products” channel which contains 3 fields: price(number), discount(integer 1 to 100), discounted_price(number).
Is there a way to populate the discounted_price field in CP, based on price - (price * discount / 100)?