Store Switcher

Can anyone assist in creating the store switcher so users can choose which store they want to visit?

See example http://www.magento-mall.com/

3 answers

Profile photo of thangnn1510 0.00 $tone November 1, 2010
Public

Dear Dotcomstudio!

This is the guide for creating the store switcher:

-- Open: app/design/frontend/default/jm_epidio/layout

On line 69 (between: <block type="page/html_header" name="header" as="header"></block>) add:

<block type="page/switch" name="store_store" as="store_store" template="page/switch/stores.phtml"/>

-- Open: app/design/frontend/default/jm_epidio/template/page/html/header.phtml

add this line: <?php echo $this->getChildHtml(‘store_store’) ?> to where you want your stores selector display

(we add to line 44 after main navigation close )

Hope this helps.

ThangNN
JoomlArt.com

#1
Profile photo of sharmila sarweswaran 0.00 $tone August 9, 2011
Public

HI,

I need some help.
I am using JM Asenti template. I am trying to moving the place of "Store Selector".

I tried the method explain in this post.

[I][I][I]Open: app/design/frontend/default/jm_epidio/layout

On line 69 (between: <block type="page/html_header" name="header" as="header"></block>) add:

<block type="page/switch" name="store_store" as="store_store" template="page/switch/stores.phtml"/>

-- Open: app/design/frontend/default/jm_epidio/template/page/html/header.phtml

add this line: <?php echo $this->getChildHtml(‘store_store’) ?> to where you want your stores selector display

It is not work for me.
Can you please help me?

#2

Please login or Register to Submit Answer

Written By

Comments