Hi Kyle,
thanks for pointing the issue related to "source code". On my end, it was not even enough to edit source code and remove the tags, I actually have to toggle the editor, so it would only show in text mode. (I was able to do so only after installing the JCE editor).
Unfortunately, I'm still having issues with the correct translations. Here's what I did:
In the
English translation file for CBSubs
(components/com_comprofiler/plugin/language/cbpaidsubscriptions-en-gb/language.php), I defined this:
"_Cheque_Instructions_Text_" => "
EN1: If you pay by cheque, please print and enclose this page with your cheque",
"_PAYMENT_ITEM_TEXT_PLAN_1_YEAR_" => "
EN1: 1 Year Membership",
In the
French translation file for CBSubs (components/com_comprofiler/plugin/language/cbpaidsubscriptionsfrench/french.php), I defined this:
"_Cheque_Instructions_Text_" => "
FR1: If you pay by cheque, please print and enclose this page with your cheque",
"_PAYMENT_ITEM_TEXT_PLAN_1_YEAR_" => "
FR1: 1 Year Membership",
Now, after the ENGLISH registration process, the payment slip shows the proper wording in English:
However, after the FRENCH registration process, it picks the ARTICLE in French (which is correct), but it picks the Payment Information still from the ENGLISH settings:
Would you be able to figure out what I'm missing here? The settings on both languages are identical, I do not understand why the French process picks the translation from the English language file and not from French file, or at least from the default file (in case my constant definition in French would be wrong).
Thanks!