maido Posted January 4, 2018 Share Posted January 4, 2018 Hi, I need help to find where is {$order_details} snippet registered in the Order Confirmation email template. Because in {$order_details} snippet, we need to translate 'Amount Due' in french language. Thanks in advance PS : Sorry for my bad english. Link to comment Share on other sites More sharing options...
sentq Posted January 4, 2018 Share Posted January 4, 2018 {$order_details} generated by WHMCS during email submission, the easiest way available is to use language overrides feature to translate the word to something else http://docs.whmcs.com/Language_Overrides hopefully it will work, otherwise you could use Smarty Replace {$order_details|"Amount Due":"Total Amount Due"} the last possible way (not recommended) is to regenerate the whole data using ActionHook but this will require days maybe to take care of every details. Link to comment Share on other sites More sharing options...
maido Posted January 9, 2018 Author Share Posted January 9, 2018 Hi, Thanks for the advice. I will try to override Link to comment Share on other sites More sharing options...
Recommended Posts