• Resolved gibipies86

    (@gibipies86)


    How can i use percentages value in formula? e.g. $price – ($price * $aws_1) . $aws_1 should have value in percentages. Have a nice day

Viewing 1 replies (of 1 total)
  • Plugin Author Altos

    (@sefin)

    So, is the percentage value a user param?

    If not, what’s it?

    If yes,
    you can write like this: ((100-$aws_1)/100)*$price
    This formula will give you the the discount calculated. I re-made your formula.

    Let us know if this solved your problem.

Viewing 1 replies (of 1 total)
  • The topic ‘Use percentages in formula’ is closed to new replies.