Zen Cart Logo
Forums / General Questions / Admin customisation

Admin customisation

Locked

Views: 650

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
7 Aug 2009, 11:41 AM
#1
touranman avatar

touranman

New Zenner

Join Date:
Dec 2006
Posts:
48
Plugin Contributions:
0

Admin customisation

Hi all,

I'm trying to add some extra functionality for my use in the admin and I've managed to create an extra link on the nav bar along with several options. The functionality I'm trying to add is to do with customers (or a certain group of) so I copied and pasted the contents of the 'customers.php' file to my new file but when you go to view it, all of the headings and titles are just showing the variable name as opposed to the actual heading text etc.

For example, the heading title which would read 'Customers' now reads 'HEADING_TITLE' and so on. I know I'm going to have to change all of them for my own usage but I need to know why they are not showing up as they should.

Any help guys would be greatly appreciated!

Thanks

7 Aug 2009, 12:53 PM
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Admin customisation

Did you create a new language file (or files) in the admin/includes/languages directories to go with your new page?

7 Aug 2009, 3:41 PM
#3
touranman avatar

touranman

New Zenner

Join Date:
Dec 2006
Posts:
48
Plugin Contributions:
0

Re: Admin customisation

Hi Kuroi,

Yes I did create the file but on taking a closer look, I had named it something different!! :blush:

Thanks for pointing me in the correct direction! :bigups: