Try the Demo

Magento Forum

   
Store View
 
Charles
Member
 
Avatar
Total Posts:  73
Joined:  2008-03-28
Belgium
 

I’ve managed to create 2 Store Views

The products have been translated.

However, in the frontend, nothing happens when I switch from one view to the other.
Also, in the html, I just see:

<select id="select-language" onchange="setLanguageCode(this.value, 'default')">
                    <
option value="lvp_fr" >Français</option>
                    <
option value="lvp_nl" >Nederlands</option>
        </
select>

which means that basically, the HTML doesn’t do a thing.

Anyone knows how to make sure that something happens when a user switches views?
Gr,
Charles

 
Magento Community Magento Community
Magento Community
Magento Community
 
Charles
Member
 
Avatar
Total Posts:  73
Joined:  2008-03-28
Belgium
 

Found the error: varien/js.js wasn’t loaded.

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top