laguage switch

Dear Support,

The language switch does not show in the default/jm_methys template, if I switch template to default it shows?

Waiting for your soonest reply,

Dennis

1 answer

Profile photo of thangnn1510 0.00 $tone July 13, 2011
Public

Hi fashionmanagement!

You’re right, currently language switcher has been disabled in our Magento themes. To enable it for Methys theme please change this code:

Code:

<?php //echo $this->getChildHtml('store_language') ?>

to

Code:

<?php echo $this->getChildHtml('store_language') ?>

In header.phtml under app\design\frontend\default\jm_methystemplate\pag e\html.

Tell us if you need more help.

Thank you very much.

#1

Please login or Register to Submit Answer

Written By

Comments