WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
Thank you for shopping at apokalypsabg.org.Please find below the information about the products you have ordered: Арт.№: 101 Product Name: Заглавие Количество: 1 Цена: BGN 16.00 Доставка: BGN 6.00 Сума: BGN 16.00 ------------------------------------- Междинен сбор: BGN 16.00 Доставка: BGN 6.00 - 0.0% Данък: BGN 0.00 ------------------------------------- ------------------------------------- Общо: BGN 22.00 -------------------------------------We will ship the order to the address below: no Rumen Zapryanov busmanci, cyklama 2 -1520 Sofia Sofia +359 876 415 001
My mailer by default is set to utf-8. I did new language file for BG. I translated most of it. But the e-mail confirmation I think is not from that file. I did't find any of the English sentences there - like "Thank you for shopping at"That means that these can be somewhere else not in the language file and if there is not defined the language code ... So where can be that?
Dear Rumen ZapryanovThank you for shopping at apokalypsabg.org.Please find below the information about the products you have ordered: Арт.№: 101 Product Name: Заглавие Количество: 1 Цена: BGN 16.00 Доставка: BGN 6.00 Сума: BGN 16.00 Арт.№: 102 Product Name: Заглавие Количество: 1 Цена: BGN 12.00 Доставка: BGN 6.00 Сума: BGN 12.00 ------------------------------------- Междинен сбор: BGN 28.00 Доставка: BGN 12.00 - 0.0% Данък: BGN 0.00 ------------------------------------- ------------------------------------- Общо: BGN 40.00 -------------------------------------We will ship the order to the address below: no Rumen Zapryanov busmanci, cyklama 2 -1520 Sofia Sofia
I bought from the Bulgarian version, by definition it should use the Bulgarian file language. But in the e-mail I get the English version. It is strange also that I choose "Method of payment" to be a "Cash on delivery" - I save the settings and when I enter again on the place, where is the method of payment is "Advance payment" see the pic's:
// Look for payment method language file if (LANGUAGE_LOADED) { include(WB_PATH.'/modules/bakery/payment_methods/'.$payment_method.'/languages/EN.php'); if (file_exists(WB_PATH.'/modules/bakery/payment_methods/'.$payment_method.'/languages/'.LANGUAGE.'.php')) { include(WB_PATH.'/modules/bakery/payment_methods/'.$payment_method.'/languages/'.LANGUAGE.'.php'); } }
include(WB_PATH.'/modules/bakery/payment_methods/'.$payment_method.'/languages/EN.php');
Dear Rumen ZapryanovThank you for shopping at apokalypsabg.org.Please find below the information about the products you have ordered: Арт.№: 101 Product Name: Заглавие Количество: 1 Цена: BGN 16.00 Доставка: BGN 6.00 Сума: BGN 16.00 Арт.№: 103 Product Name: Заглавие Количество: 1 Цена: BGN 11.00 Доставка: BGN 6.00 Сума: BGN 11.00 ------------------------------------- Междинен сбор: BGN 27.00 Доставка: BGN 12.00 - 0.0% Данък: BGN 0.00 ------------------------------------- ------------------------------------- Общо: BGN 39.00 -------------------------------------We will ship the order to the address below: Rumen Zapryanov busmanci, cyklama 2 -1520 Sofia Sofia
// ADDRESS FORM VALIDATION$MOD_BAKERY['ADD_CHARSET'] = 'Cyrillic';
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
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: [Select]// ADDRESS FORM VALIDATION$MOD_BAKERY['ADD_CHARSET'] = 'Cyrillic';