
Originally Posted by
istilah
I am using ZC 1.3.8.a and I am reviewing SSU 3.7.1 on a testsite.
I use 3 languages; Dutch, English and Indonesian. Dutch being default.
Installation was a breeze and so far I am exited about this great piece of software, but now I am running into a problem on config.
I spend hours reading this thread, but no solution came up.
The problem:
With Multilanguage Status ON, I am not able to switch languages. Allthough the statusbar on mouseover displays the right link, on clicking it sets me back to the homepage or the category listing in default language.
Example: I am on site.com/test/category_name_dutch/product-name-dutch
On mouseover the English flag, the status bar says site.com/test/EN/category_name_english/product_name-english, (like it should be)
but on clicking it takes me to a Dutch category listing page, with address:
site.com/test/EN/category_name_dutch.
From a product page I get set back to the category listing, and from a infopage back to the homepage.
My local.config looks like this:
$ssuLocalConfig = array(
'languages' => array( 'default' => 'default',
'nl' => 'default',
'id' => 'default',
)
);
My SSU setting:
File extension
Name delimiter -
ID delimiter -
Set max category level 2
Exclude list advanced_search_result,redirect,popup_image_additional,download,checkout_process
Set Link Alias Status false
Set minimum word length 0
Set maximum name length 0
Set SSU Status true
Set SSU Multi Language Status true
Set Query Key's Exclude List zenid,gclid,number_of_uploads,number_of_downloads,action,sort,page,disp_order,fi lter_id,alpha_filter_id,currency
Set Auto Alias Status false
Set Category Separator /
Hide default language identifier true
Anyone could shine a light on what I might be overseeing?
Thanks, Ronald