Jump to content

How to Changing "datasheet" tabs tittle?


Recommended Posts

  • 1 month later...

OK. You only need to change translations in Backoffice or file for you language: themes > your_theme > lang > en.php in this line:

$_LANG['product_7dcd185f890fd28f69d1ed210292d77f'] = 'Data sheet';

To:

$_LANG['product_7dcd185f890fd28f69d1ed210292d77f'] = 'Features';

Edited by 27medios (see edit history)
  • Like 1
Link to comment
Share on other sites

OK. You only need to change translations in Backoffice or file for you language: themes > your_theme > lang > en.php in this line:

$_LANG['product_7dcd185f890fd28f69d1ed210292d77f'] = 'Data sheet';

To:

$_LANG['product_7dcd185f890fd28f69d1ed210292d77f'] = 'Features';

 

Thanks 27medios,

 

But when I open that file en.php, I do not see that line ($_LANG['product_7dcd185f890fd28f69d1ed210292d77f'] = 'Data sheet')..

Link to comment
Share on other sites

Thanks 27medios,

 

I was able to add the line ($_LANG['product_7dcd185f890fd28f69d1ed210292d77f'] = 'Features';) to file en.php and it works Thanks for your help. Can you aslo be able to tell me what the line would be to change "More Info" tile to "description"?

 

Natebc

  • Like 1
Link to comment
Share on other sites

Is the same procedure, but note that you need change number in the line, for equivalent phrase in md5.

 

In your case: 

"More Info" => md5: e3487fd1b54104e02f7751ed85220fba

 

Is clear?  ^_^

 

The final change is: $_LANG['product_e3487fd1b54104e02f7751ed85220fba] = 'Description';

 

I commend to you this web: http://www.md5online.org/

Edited by 27medios (see edit history)
Link to comment
Share on other sites

 

Is the same procedure, but note that you need change number in the line, for equivalent phrase in md5.
 
In your case: 
"More Info" => md5: e3487fd1b54104e02f7751ed85220fba
 
Is clear?  ^_^
 
The final change is: $_LANG['product_e3487fd1b54104e02f7751ed85220fba] = 'Description';
 
I commend to you this web: http://www.md5online.org/

 

 

 

Thanks 27medios for the info and help. We can I find md5 in the en.php?

 

Natebc

Link to comment
Share on other sites

Unless you're having trouble loading the Localization > Translations tab, it's better to edit translations through there. Choose "Front Office translations", your theme and "English (English)" and then click the "Modify" button, then you to scroll down to the product section to change text such as "More info" there. That way, PrestaShop handles all the file editing for you.

  • Like 1
Link to comment
Share on other sites

Unless you're having trouble loading the Localization > Translations tab, it's better to edit translations through there. Choose "Front Office translations", your theme and "English (English)" and then click the "Modify" button, then you to scroll down to the product section to change text such as "More info" there. That way, PrestaShop handles all the file editing for you.

 

 

Thanks rocky and 27medios, for your help. I was able to fix them.

 

Natebc

Link to comment
Share on other sites

  • 1 month later...

Thanks 27medios,

 

I was able to add the line ($_LANG['product_7dcd185f890fd28f69d1ed210292d77f'] = 'Features';) to file en.php and it works Thanks for your help. Can you aslo be able to tell me what the line would be to change "More Info" tile to "description"?

 

Natebc

Thank you

worked for me as well =-)

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...