I have products that have a short lifespan, but I want an user to still see what they paid over the course of time. I have tried scope and disabling the products, and while they do disappear from the signup and add/renew... they still show on the main tab for a member. How do I make them disappear from the main tab without deleting them that causes the payment records to be deleted?? btw. we just went online with aMember and we LOVE it - it has helped and fixed so many issues we were having with other software. Great job and great product
Tired setting to disabled, but still appears on main member tab.. It does disappear from signup and the add/renew tab.. but not the main tab
I hacked member.php to add this: foreach ((array)$member_products as $k => $v){ if ($v['scope'] == 'disabled'){ unset($member_products[$k]); } } and it works now... the payment records are still there, but now on the main tab people only see enabled products would be nice to get this incorporated......
You could make the Price Group ID and negative number, like -19929 Then it will disappear from signup and renew, but still show up in the payment record. David