Labels do not display on an new form
Hello,
I have a created a new module that collects some follow-up information from a Customer after a purchase. The module works fine, except for form labels.
Two examples:
1. {$lng.lbl_Customer} a standard string distributed with X-Cart does not display (note: languages.topic="Labels")
2. {$lng.txt_modify_sp_profile} a new string I created in Languages works fine (note: languages.topic="Text")
I am guessing that I failed to initialize something regarding the languages table. If I change the Topic of the "my" string from "Text" to "Labels", it no longer displays.
No errors thrown or logged.
Any suggestions on further reading would be helpful and appreciated.
Thanks.
__________________
Version 4.1.9
|