Post by shahidmahmood » Wed Mar 08, 2017 10:13 pm

Hi,

I want to change text "Model" into "Details" how can I do that, any help would really be appreciate.
I have read some similar questions in this forum but could not found an answer.

Thanks

Newbie

Posts

Joined
Wed Mar 08, 2017 10:04 pm

Post by shahidmahmood » Sun Mar 12, 2017 10:01 pm

Model Text in product

Newbie

Posts

Joined
Wed Mar 08, 2017 10:04 pm

Post by shahidmahmood » Sun Mar 12, 2017 10:01 pm

Model Field

Newbie

Posts

Joined
Wed Mar 08, 2017 10:04 pm

Post by cyclops12 » Sun Mar 12, 2017 10:39 pm

Do you mean in Admin or Front End ?

Expert Member

Posts

Joined
Sun Sep 27, 2015 1:10 am

Post by cyclops12 » Sun Mar 12, 2017 10:48 pm

Sorry its obviously in Admin...
Goto admin/language/YOUR_LANGUAGE/catalog/product.php and you will find two instances.
The first is

Code: Select all

$_['column_model']           = 'Model';
This is the main column title in product list
The second is

Code: Select all

$_['entry_model']            = 'Model';
This is where you enter the model details in product edit page under the data tab

Change both instances to

Code: Select all

$_['entry_model']            = 'Details';
$_['column_model']           = 'Details'; 

Expert Member

Posts

Joined
Sun Sep 27, 2015 1:10 am

Post by cyclops12 » Sun Mar 12, 2017 10:49 pm

cyclops12 wrote:
Sun Mar 12, 2017 10:48 pm
Sorry its obviously in Admin...
Goto admin/language/YOUR_LANGUAGE/catalog/product.php and you will find two instances.
The first is

Code: Select all

$_['column_model']           = 'Model';
This is the main column title in product list
The second is

Code: Select all

$_['entry_model']            = 'Model';
This is where you enter the model details in product edit page under the data tab

Change both instances to

Code: Select all

$_['entry_model']            = 'Details';
$_['column_model']           = 'Details'; 
Or you could make an ocmod to save changes the core language file

Expert Member

Posts

Joined
Sun Sep 27, 2015 1:10 am
Who is online

Users browsing this forum: No registered users and 191 guests