Hi, I'm hoping to add an extra option to the members page that is only available for 14 days after a members first payment is completed. This is to allow a user to request their money back before a certain time. Is there an easy-ish way to do this? Many thanks in advance. Richie
Hi Alex, Thanks for the reply. Is the date a user first completed payment held in an array or would I have to query the payments database to find the earliest payment date if I want to write the code to do this myself? Thanks Richie
Richie, it is easy to do - there is an array PHP: <?phpsession_start();print_r($_SESSION['_amember_subscriptions']);?>