hi I can’t find the dropdown for change storeview in JM_Seleni
in default\jm_seleni\layout\page.xml file i have:
<block type="page/html_footer" name="footer" as="footer" template="page/html/footer.phtml">
<block type="page/switch" name="store_switcher" as="store_switcher" template="page/switch/stores.phtml"/>
<block type="page/template_links" name="footer_links" as="footer_links" template="page/template/links.phtml"/>
</block>
but on frontend I can’t find it
someone can help me?
tnk
5 answers
Hi,
do you mean the color changer of the template in the footer ? Because this isn’t a dropdown menu.
regards
Oliver
no I mean the dropdown for "store view" …. the dropdown list for change the language… in default template is visible but in JM_Seleni I Can’t view it
Hi
please open page.xml, find following code section:
Code:
<block type="page/html_footer" name="footer" as="footer" template="page/html/footer.phtml"> <block type="page/switch" name="store_switcher" as="store_switcher" template="page/switch/stores.phtml"/> <block type="page/template_links" name="footer_links" as="footer_links" template="page/template/links.phtml"/> </block>
and change to:
Code:
<block type="page/html_footer" name="footer" as="footer" template="page/html/footer.phtml"> <block type="directory/currency" name="currency" before="catalog.leftnav" template="directory/currency.phtml"/> <block type="page/switch" name="store_switcher" as="store_switcher" template="page/switch/stores.phtml"/> <block type="page/template_links" name="footer_links" as="footer_links" template="page/template/links.phtml"/> </block>
sorry but don’t work ๐
my magento store is
http://www.kdevelop.net/vecciano/magento
is based on JM_Seleni
in this template I can’t found the dropdown list for change the language (store view)
per intenderci è la dropdown list che si trova nell’angolo in alto a destra di
http://demo.magentocommerce.com/
Hi sely2k
In admin, you have enabled two languages or more
Also, please submit a ticket, send us your live url, admin account, ftp account. We will check your change and fix your issue
This question is now closed