I wish to remove language buttons at top of page above the nav bar, will that affect any store functions? how to take it away?
why is this there and what does it do to overall site functions, since the only thing that seems to be affected is the menu language and not the entire store language….
2 answers
Hi mate,
you can open the file app\design\frontend\default\jm_magotemplate\page\ html\header.phtml there you remove this line of code
PHP Code:
<?php echo $this->getChildHtml('store_language'); ?>
I think doing this would not affect any store functions
thanks, that appears to work fine and i don’t think there are any store issues…
This question is now closed