wealthy
Forum Replies Created
-
PMPro does restrict members to pages and posts.
hope this helps
http://www.paidmembershipspro.com/documentation/content-controls/If I read this correctly, then yes PMP just have monthly single or recurring payments.
So you set a membership level for 1 month, set a cost and when the membership for that month expires they pay ( or renew) again to get the next months membershipWould this actually work.
children these days would just use 2 email addresses and confirm both themselves.
So there would really be no parent involved.I found this.
does it help you?Just put 0.00 in the Initial Payment: box. this makes it free
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Unsubscribe link leads to 404 pagereplace the code lines in the stats.php file with the lines listed below.
$url = $this->encode_url($WJ_Stats->subscriber_clicked()); // line 30
$external_url = htmlentities($WJ_Stats->subscriber_clicked()); // line 31 escape HTML characters (that’s how URLs are saved in the DB)
$external_url = preg_replace(‘!/?\?utm.*!’, ”, $external_url); // line 32 remove anything that starts with ?utm or /?utm
$internal_url = htmlentities(get_home_url()); // line 33
$model_email = WYSIJA::get(’email’, ‘model’); // line 34
$email_object = $model_email->getOne(false,array(’email_id’ => $_REQUEST[’email_id’])); // line 35
if (preg_match(‘/’. preg_quote($external_url, ‘/’) .’/’, $email_object[‘body’]) || // line 36
preg_match(‘/^’. preg_quote($internal_url, ‘/’) .’/’, $url)) { // line 37
do_action(‘mpoet_click_stats’, $WJ_Stats); // line 38
$this->redirect($url); // line 39
} // line 40
header(‘HTTP/1.0 404 Not Found’); // line 41
echo ‘<h1>404 Not Found</h1>’; // line 42
echo ‘The page that you have requested could not be found.’; // line 43the above code worked for me but I had to change line 40 to be a } and NOT the ) that was listed above
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Unsubscribe link leads to 404 pageWell that fix made it worse.
was getting the 404 page, now getting the errorWarning: preg_replace() expects at least 3 parameters, 2 given in /home1/body/public_html/mg.com.au/en/wp-content/plugins/wysija-newsletters/controllers/front/stats.php on line 32
Warning: Cannot modify header information – headers already sent by (output started at /home1/body/public_html/mg.com.au/en/wp-content/plugins/wysija-newsletters/controllers/front/stats.php:32) in /home1/body/public_html/mg.com.au/en/wp-includes/pluggable.php on line 1207
customers complaining.
We need a fix that works..Forum: Plugins
In reply to: [WooCommerce] Enter an optional note to send to customer after purchaseNo I asked what the code was to put in the php file ( the first email that goes to the customer who buys a particular item..
Forum: Plugins
In reply to: [WooCommerce] Enter an optional note to send to customer after purchaseI am not a coder..
Look at the code yourself???
Is this the attitude of Staff now that Automattic has purchased Woo??
Forum: Plugins
In reply to: [WooCommerce] Enter an optional note to send to customer after purchaseYes I know that. But the PURCHASE NOTES put in the product details are is only sent on Completed.
Can you tell me what code to take from that email and put in the first email sent..
it would be so easy for you to just give me the info rather than just keep telling me that it is sent on these occasions
Forum: Plugins
In reply to: [WooCommerce] Enter an optional note to send to customer after purchaseOk well I went and changed an item to Processing and nothing happened.
waited for ages to see =if an email would come thru. NOPEthen I went and changed it to Completed and I got the email with the Purchase Note in it..
Can you please tell me what code I need to put into the first email a customer gets straight after a sale.
thanks
Forum: Plugins
In reply to: [WooCommerce] Enter an optional note to send to customer after purchaseSo once I get an order, and I go and change the status to either processing OR completed, then it will send?
And what if I dont want this Purchase Note to go when I change it to Completed??
Forum: Plugins
In reply to: Plugin EventON – Problem with wp-login (cookies)This is hacked code
I found the same on a theme I had..The happened right after I click the Build Button.