Ok:
version 1.3.7.1
I've installed languages files add ons (italian, spanish, dutch, german, chinese, french)+a dropdown menu for categories+security patch
customisation is mainly about creating multiple languages for customer's email+changing the outlook of the website
this problem is here since we installed the languages add ons and we still did not found way to get rid of it...just as a reminder, it is not all languages emails that show this problem but only french german and spanish emails about new orders.
Below is what the Developers toolkit answered to my request...
good luck and thanks for your help !
Searching 2565 files ... for: EMAIL_THANKS_FOR_SHOPPING
/home/zamstore/store_live/includes/classes/order.php
Line #880 : EMAIL_THANKS_FOR_SHOPPING . "\n" . EMAIL_DETAILS_FOLLOW . "\n" .
Line #888 : $html_msg['EMAIL_THANKS_FOR_SHOPPING'] = EMAIL_THANKS_FOR_SHOPPING;
/home/zamstore/store_live/includes/classes/order_old.php
Line #828 : EMAIL_THANKS_FOR_SHOPPING . "\n" . EMAIL_DETAILS_FOLLOW . "\n" .
Line #836 : $html_msg['EMAIL_THANKS_FOR_SHOPPING'] = EMAIL_THANKS_FOR_SHOPPING;
/home/zamstore/store_live/includes/languages/classic/checkout_process.php
Line #25 : define('EMAIL_THANKS_FOR_SHOPPING','Thanks for shopping with us today!');
/home/zamstore/store_live/includes/languages/classic/french/wpcallback.php
Line #48 : define('EMAIL_THANKS_FOR_SHOPPING','Merci pour votre commande. Votre achat soutien directement le projet du "Treasury of Wisdom" de Rigpa, qui préserve et rend disponible les collections d''enseignements inestimables donnés par Sogyal Rinpoche et ses maitres.');
/home/zamstore/store_live/includes/languages/classic/german/wpcallback.php
Line #48 : define('EMAIL_THANKS_FOR_SHOPPING','<strong>Vielen Dank für Ihre Bestellung.</strong> Mit Ihrem Einkauf unterstützen Sie das Rigpa-Projekt Treasury of Wisdom, dessen Ziel es ist, die kostbaren Belehrungen von Sogyal Rinpoche und seinen Meistern zu bewahren und zur Verfügung zu stellen.');
/home/zamstore/store_live/includes/languages/dutch/checkout_process.php
Line #25 : define('EMAIL_THANKS_FOR_SHOPPING','Wij danken u hartelijk voor u bestelling!');
/home/zamstore/store_live/includes/languages/english/checkout_process.php
Line #25 : define('EMAIL_THANKS_FOR_SHOPPING','Thanks for shopping with us today!');
/home/zamstore/store_live/includes/languages/english/wpcallback.php
Line #48 : define('EMAIL_THANKS_FOR_SHOPPING','Thank you for your order. Your purchases directly support the Rigpa Treasury of Wisdom project, which preserves and makes available Rigpa's priceless collection of teachings of Sogyal Rinpoche and his masters.');
/home/zamstore/store_live/includes/languages/french/checkout_process.php
Line #25 : define('EMAIL_THANKS_FOR_SHOPPING','Nous vous remercions de votre confiance !');
/home/zamstore/store_live/includes/languages/french/classic/checkout_process.php
Line #25 : define('EMAIL_THANKS_FOR_SHOPPING','Nous vous remercions de votre confiance !');
/home/zamstore/store_live/includes/languages/german/checkout_process.php
Line #25 : define('EMAIL_THANKS_FOR_SHOPPING', 'Vielen Dank für Ihren Einkauf!');
/home/zamstore/store_live/includes/languages/italian/checkout_process.php
Line #25 : define('EMAIL_THANKS_FOR_SHOPPING','Grazie per aver scelto i nostri prodotti !');
/home/zamstore/store_live/includes/languages/schinese/checkout_process.php
Line #27 : define('EMAIL_THANKS_FOR_SHOPPING','谢谢您在我店è´##物!');
/home/zamstore/store_live/includes/languages/spanish/checkout_process.php
Line #25 : define('EMAIL_THANKS_FOR_SHOPPING','¡Muchas gracias por su confianza!');
/home/zamstore/store_live/includes/languages/zamstore/checkout_process.php
Line #25 : define('EMAIL_THANKS_FOR_SHOPPING','Thanks for shopping with us today!');
:frusty: