View Single Post
  #2  
Old 02-02-2019, 02:47 PM
 
Hallsons Hallsons is offline
 

Advanced Member
  
Join Date: Dec 2007
Posts: 84
 

Default Re: Want to add a list of FAQ in the customer email order invoice but it won't show

While I still don't understand why I can't get any new language text to show up in my order confirmation emails or other templates (obviously I am missing some step for calling new language variables) I did manage to get around it and have something working now.

So what I did was I created a new template file and put my text into that new template directly, and then at the bottom of my order_customer.tpl I added a link to my new template like this:

{include file="mail/html/order_invoice.tpl"}

{include file="mail/html/order_faq.tpl"}

{include file="mail/html/signature.tpl"}

Inside the order_faq.tpl I have my list of frequently asked order questions and it shows up great.

If anyone reads this and can explain to me how to add new language variables so that it shows up let me know.
__________________
Chris Wilson
4.7.10 (after 9 years with 4.1.12)
CDSEO Pro
Reply With Quote