Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › Multilanguage support
Tagged: e-store, eMember, estore, Languages, Multi language, multible language, multilanguage, multilingual, multiple languages, qTranslate, translate, Translation, wpml
- This topic has 40 replies, 14 voices, and was last updated 6 years, 7 months ago by admin.
-
AuthorPosts
-
November 19, 2013 at 10:32 pm #37675ChristianeWaMember
Hello,
I’ve tried to modify the wp-eMember/wp_eMember1.php file to make it work with WPML as explained in multilanguage_support thread.
However, it doesn’t work for me because the lang coding of the 2 plugins doesn’t match except for French(EN vs ENG, DE vs GER, NL vs NLD). Please note, the base language of my site is French.
Here’s what I have added to try to make it work:
function emember_bootstrap(){
global $eMember_language_file;
include_once(’emember_config.php’);
$emember_config = Emember_Config::getInstance();
if (ICL_LANGUAGE_CODE == “fr”){
$language_file = ‘lang/fr.php’;
}elseif (ICL_LANGUAGE_CODE == “nl”){
$language_file = ‘lang/nld.php’;
}elseif (ICL_LANGUAGE_CODE == “en”){
$language_file = ‘lang/eng.php’;
}elseif (ICL_LANGUAGE_CODE == “de”){
$language_file = ‘lang/ger.php’;
}else{
$language_file = ‘lang/’.ICL_LANGUAGE_CODE.’.php’;
}
include_once($language_file);
I don’t get any message error but all of the restricted content is now visible.
Can you please help!
November 19, 2013 at 11:00 pm #37676domingosannaMemberHello, I run my wordpress in Spanish and I have also configured eStore in the same language. When an automatic email is sent from eStore the text do not handle especial characters in Spanish. For example:
Thank you for your purchase!
Comunicaci�n Rentable en Marketing x 1 – $9.90 (USD)
The unusual character should be ó but the � replace it. I did try multilingual plugins but it did not improve my email generation at all.
Could you please help me to work around this?
November 20, 2013 at 8:27 am #37677domingosannaMembermore on my previous request…
I have tested with “Manual”and “2CHECKOUT” and there is no trouble with the sent emails. I get back to the original test in PayPal and the problem arise again.
I discovered that the variable {product_details}, which brings the product name to my email when it was transfered from a PayPal transaction, does not recognize utf-8 characters.
If I enter in the Settings — Email Settings menu — Purchase Confirmation Email Settings a text written in Spanish with special characters like ó it will work fine so I can see the right character in the test emails that I received without trouble.
So, it seems there is something in between PayPal and eStore in relation with the variable {product_details}.
Hope it helps as problem clarification.
Thanks!
November 20, 2013 at 11:33 pm #37678adminKeymaster@domingosanna, You just need to enable UTF-8 character encoding in your PayPal account and you should be good after that. The following post will help you:
November 20, 2013 at 11:33 pm #37679adminKeymaster@ChristianeWa, Please fill out the contact form on our site and I will give you a little addon for emember and WPML integration.
September 9, 2014 at 11:36 pm #37680praetorixMemberHi, I trying tweak wp affiliate platform to work multilanguage with WPML.
I updated wp_affiliate_platform1.php :
$language_file = ‘affiliates/lang/’.ICL_LANGUAGE_CODE.’.php’;
if(!defined(‘ICL_LANGUAGE_CODE’)){
$language_file = “affiliates/lang/eng.php”;
}
include_once($language_file);
but ICL_LANGUAGE_CODE didnt work – didnt get a language code
thx
September 10, 2014 at 6:37 am #37681adminKeymasterI will create a small addon for this. Please user the contact form on the site and mention this forum post so I can reply via an email.
June 23, 2016 at 5:24 am #37682ErfamMemberHi admin,
I ordered store, affiliate and member plugin a few weeks ago, because I like the possibilities of the store and wanted all plugins from one vendor. But the bad surprise came over me, when it goes to setup a multilingual store. I just red all the info for this issues here at the forum (4 sites). Most request, how to make the store multilingual, are around 3-4 years on age, I could read looks for me too complicated. I will never touch,change or replace any coding, because I wanna run a shop and not to learn any coding. And hireing a developer and pay for him, makes for me no sense. If this would be the only way, to get your shop running multilingual, I will stop at once and switching to woocommerce, even I have to pay for affiliate and member plugin. wpml would do the work with translations. So, you may ask, why i´m posting here, when i think so.As i told you at the beginning, all the complicated solution I could read, are about 3-4 years old and maybe your developers where busy at this long time and developed an easy to use solution for your software (like wpml does for woocommerce).Awaiting your (hopefully positive) response. kindly regards Erich
June 24, 2016 at 4:07 am #37683adminKeymasterYou don’t need to touch any code. We have WPML integration addon for eStore, eMember and affiliate plugin. I will send you the integration addons via email.
April 10, 2018 at 12:48 pm #37684usaipcgParticipantHi
Can you send me the WPML integration addon for eStore, eMember and affiliate plugin? Does this work also with POLYLANG?
Thanks Pietro
April 11, 2018 at 5:03 am #37685adminKeymasterI have sent it to you.
-
AuthorPosts
- You must be logged in to reply to this topic.