Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

changing text on the admin side of things


thedoctor

Recommended Posts

Posted

OK

 

I want to change the text on the admin side of thing relating to the configuration part of things. My client doesn't have a conventional store, it is a download center where everything is free. I want to take all references to it being a store away as to avoid confusion.

 

I have most of it done now, the only thing I am struggling with now is changing

 

Configuration

Administrators

My Store

Minimum Values

Maximum Values

Images

Customer Details

Shipping/Packaging

Product Listing

Stock

Logging

Cache

E-Mail Options

Download

GZip Compression

Sessions

 

On the left hand side of the screen. Does anyone know how I can change this text, I have changed admin/includes/language/english but nothing is coming off.

 

Any help is greatly appreciated.

Posted
OK

 

I want to change the text on the admin side of thing relating to the configuration part of things. My client doesn't have a conventional store, it is a download center where everything is free. I want to take all references to it being a store away as to avoid confusion.

 

I have most of it done now, the only thing I am struggling with now is changing

 

Configuration

Administrators

My Store

Minimum Values

Maximum Values

Images

Customer Details

Shipping/Packaging

Product Listing

Stock

Logging

Cache

E-Mail Options

Download

GZip Compression

Sessions

 

On the left hand side of the screen. Does anyone know how I can change this text, I have changed admin/includes/language/english but nothing is coming off.

 

Any help is greatly appreciated.

 

Some of these items may be edited in admin/includes/language/english.php

 

// configuration box text in includes/boxes/configuration.php

define('BOX_HEADING_CONFIGURATION', 'Configuration');

define('BOX_CONFIGURATION_MYSTORE', 'My Store');

define('BOX_CONFIGURATION_LOGGING', 'Logging');

define('BOX_CONFIGURATION_CACHE', 'Cache');

define('BOX_CONFIGURATION_ADMINISTRATORS', 'Administrators');

 

 

Fred

Frederick C Brace,III PA-C

www.21st-tees.com (osc)

www.tanda-designs.com (osc)

Posted

I've tried that, it doesn't come up with anything unfortunately. I have checked all the language files in the admin area and nothing. Not sure where these are edited.

Archived

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

×
×
  • Create New...