Language issues!!

This topic has been marked as not resolved.

Hi,

1) In admin panel I need only one language – russian. Because I don’t need to fill product name both on russian and english, same for category name, etc. (screenshot 1) But if I delete english in admin panel, shoppica 2 cp module stops working.

2)Google fonts works only for latin text. Cyryllic looks like a basic font

I found location of problem
In:
/tb_themes/shoppica2/catalog/plugin/FontsPlugin.php

line:14

$font = $this->extension_settings['font'][$fallback_language_id];

for russion language:
$fallback_language_id == ’3′

but var_dump($this->extension_settings['font']);
show array only with index ’1′;

array(1) {
[1]=>
array(39) {
["body_family"]=>
string(7) “default”
["body_type"]=>
string(0) “”
["body_variant"]=>
string(0) “”
["body_subsets"]=>
string(0) “”
["navigation_family"]=>
string(7) “default”
["navigation_type"]=>
string(0) “”
["navigation_variant"]=>
string(0) “”
["navigation_subsets"]=>
string(0) “”
["navigation_size"]=>
string(2) “16″
["intro_family"]=>
string(7) “default”
["intro_type"]=>
string(7) “default”
["intro_variant"]=>
string(0) “”
["intro_subsets"]=>
string(0) “”
["intro_size"]=>
string(2) “32″
["title_family"]=>
string(7) “default”
["title_type"]=>
string(7) “default”
["title_variant"]=>
string(0) “”
["title_subsets"]=>
string(0) “”
["price_family"]=>
string(7) “default”
["price_type"]=>
string(7) “default”
["price_variant"]=>
string(0) “”
["price_subsets"]=>
string(0) “”
["button_family"]=>
string(7) “default”
["button_type"]=>
string(7) “default”
["button_variant"]=>
string(0) “”
["button_subsets"]=>
string(0) “”
["button_size"]=>
string(2) “16″
["body_css_weight"]=>
string(7) “default”
["body_css_style"]=>
string(7) “default”
["navigation_css_weight"]=>
string(7) “default”
["navigation_css_style"]=>
string(7) “default”
["intro_css_weight"]=>
string(7) “default”
["intro_css_style"]=>
string(7) “default”
["title_css_weight"]=>
string(7) “default”
["title_css_style"]=>
string(7) “default”
["price_css_weight"]=>
string(7) “default”
["price_css_style"]=>
string(7) “default”
["button_css_weight"]=>
string(7) “default”
["button_css_style"]=>
string(7) “default”
}
}

HOW TO FIX IT???

July 26, 2012 at 12:38 pm #11772

Hi,

try this patch – it should fix your issues.

Regards,
ThemeBurn team

July 29, 2012 at 10:38 am #11849
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.