Zen Cart Logo
Forums / General Questions / Changing "Customer Details" text in Admin Configuration menu

Changing "Customer Details" text in Admin Configuration menu

Locked

Views: 1,907

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
18 Oct 2006, 4:56 PM
#1
ramshacklejones avatar

ramshacklejones

New Zenner

Join Date:
Jul 2006
Location:
Kalamazoo.
Posts:
6
Plugin Contributions:
0

Changing "Customer Details" text in Admin Configuration menu

I am trying to change all text references to "Customers" to "Dealers" in the admin section of Zen Cart. I have changed everything in /includes/english/ but can't find where to change the "Customer Details" text in the "Configuration" menu. I have searched the entirety of my zen cart folder specifically for the text "Customer Details" with no result.

Any suggestions?

20 Oct 2006, 2:50 PM
#2
linhvn avatar

linhvn

New Zenner

Join Date:
Oct 2006
Posts:
7
Plugin Contributions:
0

Re: Changing "Customer Details" text in Admin Configuration menu

ramshacklejones:

I am trying to change all text references to "Customers" to "Dealers" in the admin section of Zen Cart. I have changed everything in /includes/english/ but can't find where to change the "Customer Details" text in the "Configuration" menu. I have searched the entirety of my zen cart folder specifically for the text "Customer Details" with no result.

Any suggestions?

you can change it in Admin/include...
Use Developmernt tool kit in menu Tool/Developmernt tool kit to find "Customers" in language file

22 Oct 2006, 7:08 AM
#3
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,693
Plugin Contributions:
56

Re: Changing "Customer Details" text in Admin Configuration menu

Feel the power of the Linux shell. :)

$ grep -l "Customers" find .
./includes/languages/english.php
./includes/languages/english/gv_mail.php
./includes/languages/english/modules/newsletters/newsletter.php
./includes/languages/english/modules/newsletters/product_notification.php
./includes/languages/english/stats_customers.php
./includes/languages/english/coupon_admin.php
./includes/languages/english/index.php
./includes/languages/english/customers.php
./includes/languages/english/audience.php
./includes/languages/english/gv_queue.php
./includes/languages/english/mail.php
./includes/languages/english/group_pricing.php
./includes/languages/english/stats_customers_referrals.php
./includes/languages/english/orders.php
./includes/languages/english/newsletters.php
./includes/functions/general.php

1 Nov 2006, 3:47 PM
#4
ramshacklejones avatar

ramshacklejones

New Zenner

Join Date:
Jul 2006
Location:
Kalamazoo.
Posts:
6
Plugin Contributions:
0

Re: Changing "Customer Details" text in Admin Configuration menu

I used both the Developers Tool Kit and Dreamweaver to perform a search for customer. I changed all instances of "customer" or "customers" to "dealer" or "dealers", but the "Customer Details" link has not changed in the Configuration menu of the Admin...

where might that be?