systus232
Forum Replies Created
-
Forum: Plugins
In reply to: [YOP Poll] Email notification parameters values emptyHi,
I have add the lines
$body = str_replace( ‘[POLL_NAME]’, $this->poll[‘name’], $poll_options[’email_notifications_body’] );
$user_info = get_userdata($voter[‘user_id’]);
$body = str_replace( ‘[EMAIL_USER]’, $user_info->user_email , $body );
$body = str_replace( ‘[NAME_USER]’, $user_info->user_lastname , $body );$body = str_replace( ‘[QUESTION]’, $this->poll[‘question’], $body );
And into the Yop Poll
<p>Un nouveau vote [VOTE_DATE] pour [POLL_NAME]</p>
<p>Details:</p>
[QUESTION]
<p><b>Réponse:</b>
[ANSWERS]
</p>
<p><b>VoteID:</b>
[VOTE_ID]</p>[EMAIL_USER] and [NAME_USER]
But I get
Details:
Votez pour le thème que vous voulez voir créé par Hypnose Attitude.
Réponse:
Prendre confiance
VoteID:
vote_id_54108f39629f2
[EMAIL_USER] and [NAME_USER]Where is my mistake?
Regards
Forum: Plugins
In reply to: [YOP Poll] Email notification parameters values emptyHi Yop,
thanks that’s better, If I have a registered user what are the values I should add? I need their email adress and last_name?
Thanks and regards
Forum: Plugins
In reply to: [WooCommerce] Template files out of version with Woocommerce?Hi,
i have exactly the same issue. And I have just install a fresh 2.1.6 release.
Needs some help as well