Forum Replies Created
-
AuthorPosts
-
September 19, 2018 at 9:44 pm in reply to: Loss of Custom Field Data when changing member level #16444
Newbie10924
ParticipantYes. I paid for the Form Builder On. Had no issues programming the fields. Works rather well too.
Newbie10924
ParticipantYes. It was simply not activated. All the associated add on plugins were activated though. This April is my third year with the plugin. As mentioned. The only thing for sure is it happened twice after a posted update.
The issue with GoDaddy is when I update plugins. The update process either times out and fails to upload requiring me to manually upload the plugin via FTP. That issue has been going on for 2 yrs. You can forget about updating themes. They break the site apart.
Newbie10924
ParticipantThank you for the reference but it doesn’t tell me anything. Mainly, because the there is no way to gauge when your plugin will deactivate. I understand the conflict could be a lot of things but to deactivate other plugins and use other themes isn’t practical. The only thing I could say it involved the past two updates and both updates sat pending for about a week. Is there anyway to trigger an email when the active state changes? Thanks
Newbie10924
ParticipantI use gmail for everything and wasn’t aware I could use GoDaddy’s SMTP.
Newbie10924
ParticipantI only have 6 incomplete memberships out of 227. I get two emails from PayPal when a membership is purchased and then I’ll get the Notification of a New Member from the plugin. (Which is a copy of what the buyer gets). Everything is fine when they get the link and click it to register.
If they don’t click it or if they don’t get the email. I have no way of contacting the buyer outside of email. Also, I check to make sure the log file shows the email being sent out and every time the email is sent. I do find Hotmail, Yahoo, and .Edu seems to be the common denominator. I use Post SMTP plugin with a gmail account.
Newbie10924
ParticipantMy memberships come with a magazine and ehen the magazine doesn’t arrive the members then contact us.
June 28, 2017 at 10:42 am in reply to: Paypal Integration – users physical address not available #11356Newbie10924
ParticipantNot to jump in but I have the same problem as described in this original post. For the enrollee to get to see the add on form. They first must pay BUT when the payment is made. All you (the website) gets is a payment received with a name and an email address.
(remove is this is not allowed)
Newbie10924
ParticipantI just copied and pasted your code and used my URL with the https instead of just http.
<?php
// Exit if accessed directly
if ( !defined( ‘ABSPATH’ ) ) exit;// BEGIN ENQUEUE PARENT ACTION
// AUTO GENERATED – Do not modify or remove comment markers above or below:if ( !function_exists( ‘chld_thm_cfg_parent_css’ ) ):
function chld_thm_cfg_parent_css() {
wp_enqueue_style( ‘chld_thm_cfg_parent’, trailingslashit( get_template_directory_uri() ) . ‘style.css’ );
}
endif;
add_action( ‘wp_enqueue_scripts’, ‘chld_thm_cfg_parent_css’ );add_action(‘swpm_front_end_registration_complete’, ‘sam_after_registration_redirection’);
function sam_after_registration_redirection()
{
$url = ‘https://www.xxxxx.org/thank-you/’;//TODO – Specify the URL that you want to redirect to
wp_redirect($url);
}
// END ENQUEUE PARENT ACTIONJanuary 23, 2017 at 10:04 am in reply to: Need more info when new member doesn't complete registration #9819Newbie10924
ParticipantStand corrected. The First and Last name comes in from Paypal with the Email address.
Newbie10924
ParticipantIt didn’t work but probably due to my inexperience with editing files. Thanks anyway.
January 23, 2017 at 9:05 am in reply to: Need more info when new member doesn't complete registration #9816Newbie10924
ParticipantHi, if you are using the Form Builder addon how many fields are you adding? Are you saying that those fields don’t get sent to PayPal?
I use the Form Builder form that has 10 fields.
None of these fields are sent to paypal. If they would go. Would they get returned for the enrollee to prevent having to type it all over again?
January 19, 2017 at 9:38 am in reply to: Need more info when new member doesn't complete registration #9755Newbie10924
ParticipantI did some testing. The IP address is sent to PayPal along with the email address. If the IP address was previously used regardless of the email address. It see’s it as an upgrade based on the IP. It sends this to PayPal: subsc_ref=20&user_ip=xx.xx.xx.xx&swpm_id=78.
This brings me back to the original question. When the email address supplied by the enrollee is bad. Paypal doesn’t know this. PayPal still processes the order supplying me with a basic receipt. Is there a way to force the enrollee to supply more information to Paypal?
January 18, 2017 at 11:00 pm in reply to: Need more info when new member doesn't complete registration #9734Newbie10924
ParticipantYes. I created a brand new gmail account and did the test.
Note: I use the same computer for everything but that shouldn’t effect it?
January 18, 2017 at 10:39 am in reply to: Need more info when new member doesn't complete registration #9725Newbie10924
ParticipantYes. When a new person signs up. They get the upgrade notification email. Nothing else.
January 18, 2017 at 9:47 am in reply to: Need more info when new member doesn't complete registration #9723Newbie10924
ParticipantWhat I can’t customize is what’s supposed to happen by the design of the program. The new member needs the correct form sent to register. I could modify the upgrade email notification to make it the registration email BUT when a setting is changed say in a future update. My modifications can revert back to the correct way.
The {reg link} link comes from where?
-
AuthorPosts