Possible for Members to see purchase or expiration date?
Posted:
January 9th, 2012, 8:55 am
by bitofgrace
Hi there,
I'm creating the Membership Controls area for my paid users in a BuddyPress community. I have the shortcodes for them to update their billing or profile information or cancel - but is there shortcode for them to view their purchase date or statement of what they purchased?
(also wondering how i can allow members to see what level they have purchased)
Thanks in advance for your help
-grace
Re: Possible for Members to see purchase or expiration date?
Posted:
January 9th, 2012, 3:33 pm
by fxbootcamp
Awesome question!
As mentioned here, there needs to be more membership details for admins/managers:
viewtopic.php?f=4&t=16769However, Grace makes a great point... paid membership need to have access to their purchase history.
Re: Possible for Members to see purchase or expiration date?
Posted:
January 11th, 2012, 1:07 pm
by Raam Dev
Hi Grace,
There are currently no shortcodes to view purchases or to create a statement, however you can create a list of what pages/posts a user currently has access to using Advanced/PHP Query Conditionals. Please see examples #1, #2, and #5 under WP Admin -> s2Member -> API / Scripting -> Advanced/PHP Query Conditionals.
Using s2Member PHP/API Constants, you can also display what level the user currently has access to (see S2MEMBER_CURRENT_USER_ACCESS_LEVEL and S2MEMBER_CURRENT_USER_ACCESS_LABEL in WP Admin -> s2Member -> API / Scripting -> s2Member PHP/API Constants).
Re: Possible for Members to see purchase or expiration date?
Posted:
January 11th, 2012, 2:29 pm
by fxbootcamp
A paid member should be able to login, see their payment history, see when their membership expires or upgrade their membership. Membership should have a "self service" area.