New variable for multi language site
Posted: Tue Sep 25, 2012 3:52 am
Hello,
I want to add a new value (variable) for my bilingual site (French / English)
I went in /catalog/language/english AND in /catalog/language/french to add in the file the new value I need. I gave it a new name.
Then I called the new value un my footer.tpl like this (I copied an existing one)
<h3><span><?phphecho $text_garantie; ?></span></h3>
My new value is Garantie....
But it gives an error as follows : Notice: Undefined variable: text_garantie in /home/h00103/domains/novostyl.com/public_html/OPENCART/catalog/view/theme/fashionstreet/template/common/footer.tpl on line 16
Where should I add it ? Elsewhere ? I have look in the database but could not find anything...
Thanks a lot for your answer !!! I appreciate it.
I want to add a new value (variable) for my bilingual site (French / English)
I went in /catalog/language/english AND in /catalog/language/french to add in the file the new value I need. I gave it a new name.
Then I called the new value un my footer.tpl like this (I copied an existing one)
<h3><span><?phphecho $text_garantie; ?></span></h3>
My new value is Garantie....
But it gives an error as follows : Notice: Undefined variable: text_garantie in /home/h00103/domains/novostyl.com/public_html/OPENCART/catalog/view/theme/fashionstreet/template/common/footer.tpl on line 16
Where should I add it ? Elsewhere ? I have look in the database but could not find anything...
Thanks a lot for your answer !!! I appreciate it.