Hey guys I was wondering if you can give me the variable to check which subscription/product id the user is under? I want to customize my member.php page to display certain info under certain subscription. Thank you.
You can get this info from session: PHP: if($_SESSION['_amember_user']['data'][1]){// User have active product 1}