This topic contains 0 replies, has 1 voice. Last updated by Reinhard 4 years, 1 month ago.
Topic Author | Topic |
---|---|
Posted: Wednesday Nov 14th, 2012 at 2:45 am #31545 | |
Hi, I need a function like “if number in field $price is >= 500 restrict access to Level#2″ Could someone please explain if and how I could add above condition to a field in the php file that creates the field. ” if ($aditemprice >= “300”) { (“s2member_level2″); } ” Thanks a lot for any hints! |