Hello i am trying to get the following page to only show price group -77 but can't seem to get it right. http://www.bizoppmarketing.com/amember/secret01.php Can anyone help me? What do I change in this section? Or is this the wrong section? This is only section where I see price group mention. foreach ($products as $k=>$v){ if (!in_array($v['scope'], $signup_scope_allowed)) unset($products[$k]); if ($vars['price_group']){ if (!in_array($vars['price_group'], split(',',$v['price_group'])) ) unset($products[$k]); } elseif ($v['price_group'] < 0){ unset($products[$k]); Thank you very much.
Update. I am now getting the right prices to show up but when I do a test signup I am getting the following error Fatal error: Call to undefined function calculate_price() in /home/dustinhg/public_html/amember/secret01.php on line 239