Translate the Information menu item (Shoppica 2)

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart ThemeTranslate the Information menu item (Shoppica 2)

This topic has been marked as not resolved.

How can I translate the Information text on the main  menu?
It seems to translate fine on the footer menu but not in the main menu.
I have English and Chinese languages installed.

September 20, 2012 at 6:05 am #13522

This string is easily translated from the shoppica language file catalog/language/english/module/shoppica.php. You should search for this row:

$_['shoppica_menu_information'] = 'Information';

The information menu is generated in this file – catalog/view/theme/shoppica/template/module/shoppica_information_menu.tpl. You can check it if you wish.

Regards,
ThemeBurn team

September 26, 2012 at 12:46 pm #13672

Hi, if you take a look at http://oscommerce.mmnordic.com/ I have added custom links to the “information” menu. I wanna translate those and I tried using the info provided in that topic in this forum, unfortunately is not working.

Thank!

<div class="s_menu_group">
        <h3><?php echo $tbData->text_menu_information; ?></h3>
        <ul class="s_list_1 clearfix">
          <li><a href="<?php echo $this->url->link('information/information&information_id=4', '', 'SSL'); ?>"><?php echo "Om företaget"; ?></a></li>
          <li><a href="<?php echo $this->url->link('information/information&information_id=14', '', 'SSL'); ?>"><?php echo "Tekultur"; ?></a></li>
          <li><a href="<?php echo $this->url->link('information/information&information_id=28', '', 'SSL'); ?>"><?php echo "Återförsäljare"; ?></a></li>
          <li><a href="<?php echo $this->url->link('blog/category/home'); ?>" title="">Pressinformation</a></li> 
        </ul>
      </div>

October 31, 2012 at 3:50 pm #14837

@Evelyn51

The tutorial for Shoppica 2 (the version of your shop) can be found here:

http://support.themeburn.com/topic/add-custom-translation-ready-text

Best,
ThemeBurn team

November 5, 2012 at 10:40 am #14947
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.