Jump to content

Main Category Block


Recommended Posts

Any translation can be modified from back office -> localization -> translation -> the first section (modify translation).

In your case you choose "installed modules translation" "default" and the flag of the language (let's say english) -> next step look for the module (blockcategories) -> you will see all the word/phrase you can modify from that module include Categories which is the header (H4) of the module (Block Categories), when finish don't forget to press Update Translation.

 

Another 'bad' way to do it, is by editing the module template file (modules/blockcategories/blockcategories.tpl) and change:

<h4>{l s='Categories' mod='blockcategories'}</h4>

  • Like 1
Link to comment
Share on other sites

Any translation can be modified from back office -> localization -> translation -> the first section (modify translation).

In your case you choose "installed modules translation" "default" and the flag of the language (let's say english) -> next step look for the module (blockcategories) -> you will see all the word/phrase you can modify from that module include Categories which is the header (H4) of the module (Block Categories), when finish don't forget to press Update Translation.

 

Another 'bad' way to do it, is by editing the module template file (modules/blockcategories/blockcategories.tpl) and change:

<h4>{l s='Categories' mod='blockcategories'}</h4>

 

ok ok..but where can i find this data in database?

Somewhere this translation from "back office -> localization -> translation -> the first section (modify translation)." must be located...

Link to comment
Share on other sites

ok ok..but where can i find this data in database?

Somewhere this translation from "back office -> localization -> translation -> the first section (modify translation)." must be located...

There aren't located in DB, all translations saved in the filesystem. For example: translation files for {l s='Categories' mod='blockcategories'} saved here: prestashop_root_folder/modules/blockcategories/translations/*

Link to comment
Share on other sites

×
×
  • Create New...