Jump to content

Translate in {$order_details} snippet


maido

Recommended Posts

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

{$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

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated