dropdown storeview

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

Profile photo of JA Developer 0.00 $tone January 7, 2010
Public

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>
#3
Profile photo of JA Developer 0.00 $tone January 11, 2010
Public

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

#5

This question is now closed

Written By

Comments