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
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.