hi everybody, i want to build magento multistore with jm_fabian. is there a way to show the language-switcher or the flags?
** nobody there to help ?? **
3 answers
Hi.
You try to do following these thread:
http://www.joomlart.com/forums/showt…l=1#post186905
http://www.joomlart.com/forums/showt…l=1#post181324
hi congtq,
sorry, none of the tips work š
any other suggestions?
Pls do following:
1. Open app\design\frontend\default\jm_fabian\layout\page. xml file and add
PHP Code:
<?php echo $this->getChildHtml('store_language') ?>
below of
Code:
<div id="ja-search"> <?php echo $this->getChildHtml('topSearch') ?> </div>
2. Open app\design\frontend\default\jm_fabiantemplate\pag e\switch\languages.phtml and replace
Code:
<div class="language-switcher">
with
Code:
<div style="float:right; padding-right:20px;">
This question is now closed