How to properly set a new language ?

Tagged: 

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart ThemeHow to properly set a new language ?

This topic has been marked as resolved.

WOW .. that’s really great.

I’m in love with Shoppica

February 8, 2012 at 1:19 pm #6007

Hello everyone,

Can i ask my question here or should i start a new post?

I did exactly what you said in your post #5341, but now i lost the arrows as you can see here:
http://dl.dropbox.com/u/33216264/16-03-1433%2005-24-21%20%D9%85.jpg

I also want to know how can i change the font in the main page?

Thank you

February 8, 2012 at 4:34 pm #6011

@BlackEdition

You need to replace the existing:

<link rel="stylesheet" type="text/css" href="catalog/view/theme/shoppica/stylesheet/screen.css" media="screen" />

with the code from post #5341.

You can give us your website to take a look as well.

Best,
ThemeBurn team

February 11, 2012 at 10:44 am #6060

A little update of the RTL language package.

Best,
ThemeBurn team

February 11, 2012 at 2:38 pm #6081

A new issue, and can’t find a solution.

Payment options appear next to each others, instead of being in a list.

For example :

Bank transfer – PayPal – COD

Instead of

Bank transfer
PayPal
COD

How can I fix this ?

Thanks

February 11, 2012 at 7:27 pm #6101

Found another bug.

When browsing a product photos , the “Play,Next,Prev, Stop ..etc” appear on top of Shoppica icons.

See the attached picture.

How can I hide these ?

Thanks

February 12, 2012 at 11:53 am #6107

Meshal500

I think, you can play with “prettyPhoto.css” to fix this issue.

and let us share the results :)

February 12, 2012 at 12:40 pm #6109

Thanks Khaled. However, I solved it through modifing this file :

catalog\view\theme\shoppica\js\jquery\jquery.prettyphoto.js

Still looking for a solution for the issue on #6101

  • This reply was modified 4463 days ago by  meshal500.
February 12, 2012 at 4:50 pm #6114

Thanks for the new update. I haven’t noticed any differences though.

I wish you could comment on #6101

Thank you,

February 15, 2012 at 6:22 pm #6213

@meshal500

We’ve added the fix for bug from post #6101. Just in case, we’ll reupload.

Best,
ThemeBurn team

February 15, 2012 at 11:30 pm #6222

Works like a charm. Thank you

February 16, 2012 at 12:38 am #6229

A small update.

Fix for the cart dropdown total.

February 23, 2012 at 11:47 am #6466

polish should have rtl?

in my shop http://www.dobiurka.pl i can not set polish for chrome, ie fine, ff fine,
chrom takie eng files + list no products, so use language id 0 instead 2.:/

please help

 pmcrew
March 27, 2012 at 11:28 pm #7573

If you try this code you will get this:
“Notice: Undefined variable: language_code in C:\wamp\www\opencart\catalog\view\theme\shoppica\template\common\header.tpl on line 45″

the solution is to replace the code with the following:


<?php if ($lang == 'ar'): ?>
<link rel="stylesheet" type="text/css" href="catalog/view/theme/shoppica/stylesheet/rtl_screen.css" media="screen" />
<?php else: ?>
<link rel="stylesheet" type="text/css" href="catalog/view/theme/shoppica/stylesheet/screen.css" media="screen" />
<?php endif; ?>

I hope this helps :)

  • This reply was modified 4418 days ago by  nassar2011.
March 29, 2012 at 1:21 am #7594

@nassar2011

Thanks for the update, mate!

OpenCart 1.5.2.x has changed the language variables a bit.

Best,
ThemeBurn team

March 29, 2012 at 11:20 am #7621
Viewing 15 posts - 16 through 30 (of 30 total)
  • You must be logged in to reply to this topic.