Norwegian alfabeth

Hi,
Where can I change the setting in JM_Lead to allow to use the Norwegian / Dannish didgits æ Æ ø

This is didgits according to (ISO-8859-1, UTF-8, Latin1)

If I install a default 1.4.1.1 Magento installation from Magentoecommerce the Norwegian digits work well, if I install the JM_Lead quickstart it is only allowed to use the USA / UK digits, in product description.

5 answers

Profile photo of thangnn1510 0.00 $tone November 22, 2010
Public

Hi Frostclothing!

Welcome back to joomlart. This is quick fix for your problem:

-- Please login in to ftp then go to "app/design/frontend/base/default/template/catalog/product/view", edit description.phtml.

-- Go to line 33, you will see:

PHP Code:

<?php $_description $this->getProduct()->getDescription(); ?>


-- Change it to:

PHP Code:

<?php $_description nl2br($this->getProduct()->getDescription()); ?>


-- Save.

Hope this helps you.

#1
Profile photo of thangnn1510 0.00 $tone January 27, 2011
Public

Dear frostclothing!

We have a good news for you, we have upgrated all Magento themes to support version 1.4.2.0. It also fixed the bug with encoding that you have. To fix this bug on your site, please change encoding of tables to utf8.

Feel free contact us if you have problems.

#5

Please login or Register to Submit Answer

Written By

Comments