Sample for 1 to work
if($color==ColorAdd) {print"0.00";} {print"$price";}
What I am tring to add two more Size and Style:
If any of these are true
if($color==ColorAdd)
if($size==SizeAdd)
if($style==StyleAdd)
then {print"0.00";}
If they are all false
then {print"$price";}
Not sure how its written