Question
Percentages VS Fixed $ amounts
I am using this script it works great for percentages
event.value = this.getField("DiscountName").value * this.getField("Retail").value / 100.0;
I put a value on the dropdown boxes example 10 for "Promotion1" does 10%
What is was wondering if anyone knows how I could have "Promotion2" be a fixed $1000 off.
Then have "Promotion1" stay with a percentage.
