Note your above PHP was not correct. I've corrected it for you.
Your help is always much appreciated.
I had already changed it to abstract (=
but your suggestion to strict (==
seems to be more correct.
Thank you
EDIT: Actually that saved my life!
Code:
return -( ( $licenses - 1 ) * 100 ); // Increase price by 100% per additional license
Thanks again!