sdpetersen
Forum Replies Created
-
Thanks Andrew,
When the users go to the membership level selection page, it shows their membership as already selected. Does that mean they need to change to a different level first and then select back to the one they were on already?
Is there a Hook somewhere that I utilize to write custom code to recognize when Auth.net sends the E00037 and trigger it to create a new subscription instead of renew the old one? I’m worried too many users will get lost in the process of switching account types and back again.
Thanks,
Shane@mk-ned, did you ever figure out what is causing your password field issue? I’m having the exact same issue, but I’m running the latest TML (6.4.5) and WordPress (4.5.3)
The issue started when I updated from an old version of WP and TML last week (updated from TML 6.3.8 and WP 3.8.15).
Forum: Plugins
In reply to: [Easy Invitation Codes] Show invite code inside template fileFor anyone happening upon this as I did, Julio made a mistake in his post code:
This:
$baweic_options= get_option( '' );Should be this:
$baweic_options = get_option( 'baweic_options' );Doing it that way will pull a blank data set.
@thecatcher1984, did you ever figure that out? All you have to do is find an appropriate hook or filter to grab onto during the registration process and then add the code to the $baweic_options and include the code in the email.