Forum Replies Created
-
AuthorPosts
-
January 29, 2014 at 10:54 pm in reply to: eStore / eMember – membership becomes inactive after second payment goes through #49455igkteamMember
It absolutely makes sense to have “subscription” payments for courses that are expensive and people pay in payment increments for – that is how we’ve been using the “subscribe” button – to break the full payment up into 2 or 3 payments.
The courses go longer than their payments do, and that’s where we hit the glitch.
If there is a way around this, please let me know.
October 8, 2013 at 7:35 pm in reply to: eStore / eMember – membership becomes inactive after second payment goes through #49453igkteamMemberHi,
I’m having the same issue.
My setting are as you noted “No expiry until cancelled”, but I want people to have access to the site always. Their payment ends, and the site is open for them for…ever.
How can I achieve this?
Thank you.
igkteamMemberIndeed. I’ve had to change the code to remove this option altogether on several sites.
I’ve used this plugin on client courses that close registration after X days and run live with a certain group, so there is never a use to have a “join Us” link on the site. It confuses people.
It would be MOST helpful to make the Join Us link optional, modified by a checkbox as you guys have do so well on so many other options of the plugin.
Many thanks.
igkteamMemberI figured it out!
Hopefully my hell will be helpful to someone:
You have to initiate shortcodes before they are used right? So any place before or in the loop.
I was missing something simple I couldn’t understand that caused the shortcodes to fire off before the login was initiated.
All I had to do was the following:
if (wp_emember_is_member_logged_in()) { add_action( ‘genesis_before_loop’, ‘register_shortcodes’); }
That’s it!
June 25, 2013 at 12:49 am in reply to: A slash was added after affiliate ID. ID no longer associated with lead #56288igkteamMemberAhh! Thank you! I had no idea I could manually change these things.
You saved my mind and hours of time. Greatly greatly appreciated!
June 24, 2013 at 3:58 pm in reply to: A slash was added after affiliate ID. ID no longer associated with lead #56286igkteamMemberYes, I know this.
Going forward, tho, the cookie is already set with the / at the end, and if people go back there, wont that false affiliate id be credited?
Should I just create a dummy account with the same credentials for IG/ to enable affiliate payout tracking?
Thank you.
-
AuthorPosts