WebsiteBaker Support (2.8.x) > Bakery Shop
How to fix laguage issue with e-mail confirmation
freeSbee:
Hi Rumen
1.
In your Bakery language files do not replace Cyrillic characters by html entities, especially not in email text. Just use Cyrillic chars and save the file using utf-8 encoding.
2.
Your main Bakery localization file BG.php must include code to define additional charset to be accepted by the customer address form validation. Add this to the file:
--- Code: ---// ADDRESS FORM VALIDATION
$MOD_BAKERY['ADD_CHARSET'] = 'Cyrillic';
--- End code ---
Regards Christoph
rumen:
Hello,
this should be applied to ../modules/bakery/languages/BG.php only, or to all language files? In bakery I saw many of them like ../modules/bakery/payment_methods/cod/languages/BG.php
rumen:
It works now!!!!
I put that code ini all BG.php files (for any case), I changed the code in the Backend (Payment method) and now it works!
Thanks a lot for the help freeSbee and jacobi22
freeSbee:
Hi Rumen
--- Quote from: rumen on May 30, 2016, 09:54:32 PM ---this should be applied to ../modules/bakery/languages/BG.php only, or to all language files? In bakery I saw many of them like ../modules/bakery/payment_methods/cod/languages/BG.php
--- End quote ---
As mentioned in my post above (2.) it complies with Bakery if you add it to the main localization file /bakery/languages/BG.php
Regards Christoph
rumen:
Thanks a lot! I think it works perfect now!
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version