Events Made Easy › Forums › Bug fixed or feature request implemented › Conditionnal based on membership status ?
- This topic has 7 replies, 2 voices, and was last updated 4 years, 10 months ago by Franky.
-
AuthorPosts
-
Mon 9 Dec 2019 at 11:50 #60590AnonymousInactive
Hello Frank !
I’m working again with your wonderful plugin.I try to find a way to show specific informations on a “become a member” page for specific person according to there membership status :
- If they didn’t submit for any membership
- If they submit but didn’t pay yet
- If they submit and pay
I tried with several tags like #_IS_USER_MEMBER_OF{xxx}, #_MEMBER_QRCODE, #_MEMBERID, but didn’t make it to any good result. Is there anyway we wen do it ?
Thank you 🙂
Mon 9 Dec 2019 at 12:53 #60591FrankyKeymaster#_IS_USER_MEMBER_OF{xxx} is the one you should be testing (and replace “xxx” by the name of the membership of course).
However: currently the shortcode [eme_if] can only be used inside event or membership templates because the placeholders only get resolved by those. But the next version will allow [eme_if] to be used on a “standalone” wordpress page and some placeholders will get replaced/evaluated then. See this change:
https://plugins.trac.wordpress.org/changeset/2208214/events-made-easyTue 10 Dec 2019 at 09:12 #60593AnonymousInactiveI already tried #_IS_USER_MEMBER_OF{xxx} (and replacing xxx by the name of the membership) and it bring me the information if the person submitted for a membership. That’s one part of the thing I’m looking for. Now I want to find who in the people who submitted which ones have paid or not, I mean as an [eme_if] formula argument.
Do we have anything that will do ?Thank you for the precision about [eme_if]. I didn’t know about it.
Tue 10 Dec 2019 at 09:37 #60594FrankyKeymaster#_IS_USER_MEMBER_OF{xxx} is only 1 if the person actually paid as well (active members only).
Wed 11 Dec 2019 at 17:25 #60597AnonymousInactiveOh my bad. Yes, it’s that part of the thing I want to do.
So when someone submitted for a membership but don’t pay directly online after, anyway he get a mail I made with the payment URL (works perfectly)
But if this someone go back to the membership sumbition form, it’s like he didn’t do anything before. He can try to submit but it’ll show a message like “this person is already a member”, though the membership aren’t paid yet. What I want to do is to avoïd that possibility and lead the person who did one submition for a membership, who don’t pay now, who come back to the sumbmission form later, to either the payment page or to a text explaining him he alrdeay submitted for a membership and received an email with the payment link.
Am I clear ? (I’m french and sometime my english can tricks me)
Thu 12 Dec 2019 at 00:00 #60599FrankyKeymasterAlthough it is not completely what you want, this change should help a little already:
Tue 7 Jan 2020 at 17:04 #60662AnonymousInactiveOh that’s already quite helping ! ^^ Thanks a lot !
Is there anyway I can change it into french ? (i’m sorry if my question may seems out of subject. I must say i’m not familiar with websites translation processes)Tue 7 Jan 2020 at 23:03 #60664FrankyKeymasterThat’s already old code and in the current release 🙂
For French translation, please speak to the people translating it in French. See https://translate.wordpress.org/locale/fr/default/wp-plugins/events-made-easy/ -
AuthorPosts
- The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.