Tips and Tricks HQ Support Portal › Forums › WP eMember › eMember – email Right-to-Left (Hebrew)
Tagged: email, hebrew, right to left
- This topic has 4 replies, 2 voices, and was last updated 11 years, 11 months ago by admin.
-
AuthorPosts
-
December 1, 2012 at 4:49 pm #8046jimboMember
Hi,
I want to change the email settings so all the emails that my subscribers receive will apear in “Right-to-Left” format (Hebrew) and will be aligned to the right in their email client software.
what do I need to edit for this result?
My 2nd question:
“You can also signup members of different membership level to different GetResponse Campaigns/lists.”
How?
I only have one option in the “Autoresponder Settings”
Thanks.
December 1, 2012 at 11:44 pm #51927jimboMemberok I ‘ve found the answer to “different membership level to different GetResponse Campaigns”.
so I only need to know how in eMember I can change the automatic emails my members gets from me, so it will apear as RTL and aligned to the right.
And another important question…
Suppose I have two Paypal buttons on my sales page:
1. Silver membership for 10$/m (recurring)
2. Gold membership for 20$/m (recurring)
A person buys today the 10$/m and decides tomorrow to upgrade to the 20$/m membership.
What are my options / or the best thing I can do in this situation?
Because if he pays them bought, he paid 30$ in one month…
Thanks in advance for your help.
December 3, 2012 at 1:32 am #51928adminKeymasterAligning email text requires HTML email. We only use plain text email in our plugins. Here is why we do it:
https://support.tipsandtricks-hq.com/forums/topic/why-use-plain-text-email-instead-of-html-email
If you are doing recurring/subscription payment then the payment agreement needs to be cancelled on PayPal manually. Either the customer or you (the admin) can cancel an existing ongoing PayPal payment plan.
So to handle this, you can create a “Membership Upgrade” page where you tell your members to do the following:
1) Cancel the existing subscription agreement from PayPal acccount. They can also contact you and you can do it from your PayPal account.
2) Pay for the new membership level using the appropriate subscription button.
December 3, 2012 at 11:46 am #51929jimboMemberThanks for replying!
1. You said: “Aligning email text requires HTML email.”
can’t I tweak it in some PHP file?
how is it aligned to the left LTR (english) in default?…I don’t want it to be HTML…it can stay in text format…the code has to be somewhere…in one of the PHP files of the eMember plugin…or maybe my sites theme…I really need it to look and feel professional to my members.”
2. And about the “Membership Upgrade”…if a member cancels his existing subscription from his PayPal account, when he pays for the new membership level…does he needs to fill the registration form again and create a new username again?
It’s to complicated and so user friendly…isn’t a better way to upgrade to a higher membership level?
In the WP eMember “settings” is says under “account upgrade and renewal settings:
“When a logged in member makes a new membership payment, his/her account is automatically upgraded/renewed to reflect the recent payment.”
Can you clear it out?
Thank you.
December 4, 2012 at 2:34 am #51930adminKeymastereMember plugin doesn’t actually send the email. It simply uses a WordPress function which tells WordPress to send the email. Here is a reference to the WordPress function:
http://codex.wordpress.org/Function_Reference/wp_mail
I thought, when you have a WordPress site that is configured in your specific language it would know how to align the email that goes out of WordPress.
Regarding the membership upgrade… the user doesn’t need to create account again. Upgrading an account is just a matter of making a new payment for the new membership level. When a user is logged into the site and makes a payment, the plugin knows that this is a payment from an existing user so it will apply that payment to the correct user’s profile and upgrade that account. The following documentation has more details on it:
The only thing with a PayPal subscription is that the payment agreement needs to be cancelled manually by the user or you (the admin) because of the financial agreement that was established at the time of creating the subscription between the two parties. This post has good info on this topic:
https://support.tipsandtricks-hq.com/forums/topic/how-to-cancel-a-subscription
-
AuthorPosts
- You must be logged in to reply to this topic.