Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change Name


Guest

Recommended Posts

Posted

Hi

 

I wonder if someone can tell me how and where to change the "lastname" in the Admin area under the "Customers" screen. I want to change it to "Company/Retailer" name. Also if I am able to do this, what would be the consequences in emails being sent to the customer. I also want emails to be addressed to the company/retailer. I guess some how I need to change this on the "Create Account" page as well, and maybe other areas. Maybe there is an add on of some sort.

 

Any help would be greatfully appreciated.

 

Kind regards

 

Grandpa

Posted

If its just the header then its possible to do so via the mirrored files, ie customer.php in admin is linked to admin / includes / languages / english (or other) / customer.php file which is where it gets teh constants from.

Also it could possibly be in the english.php file under admin / includes / languages / english.php (or other language.php)

 

you would need to change this entrt for each file it appears on, including the email outputs, which will basically be in one of the files mentions above.

If its a store side file then you need to look in the mirror files store side.

hope this helps

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Posted

If its just the header then its possible to do so via the mirrored files, ie customer.php in admin is linked to admin / includes / languages / english (or other) / customer.php file which is where it gets teh constants from.

Also it could possibly be in the english.php file under admin / includes / languages / english.php (or other language.php)

 

you would need to change this entrt for each file it appears on, including the email outputs, which will basically be in one of the files mentions above.

If its a store side file then you need to look in the mirror files store side.

hope this helps

Nic

 

Hi

 

I found this in catalogue>includes>languages>english.php

 

define('JS_ERROR_SUBMITTED', 'This form has already been submitted. Please press Ok and wait for this process to be completed.');

 

define('ERROR_NO_PAYMENT_MODULE_SELECTED', 'Please select a payment method for your order.');

 

define('CATEGORY_COMPANY', 'Company Details'); <----------------

define('CATEGORY_PERSONAL', 'Your Details');

define('CATEGORY_ADDRESS', 'Your Address');

define('CATEGORY_CONTACT', 'Your Contact Information');

define('CATEGORY_OPTIONS', 'Options');

define('CATEGORY_PASSWORD', 'Your Password');

 

define('ENTRY_COMPANY', 'Company Name:'); <-------------------

define('ENTRY_COMPANY_ERROR', '');

define('ENTRY_COMPANY_TEXT', '');

 

I see it refers to Company in a couple of place, and I'm wondering whether this somehow needs to be "livened"

If it does I haven't a clue what to do, so any help would be great.

 

Many thanks

 

Grandpa

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...