phil64 Posted February 4, 2004 Share Posted February 4, 2004 Hi, When I use the Manufacturers filter in a category products listing (index.php) it seems the answers are given in the default (start ?) language and not in the language I've chosen. Is it a configuration problem or a bug ? Thx in advance. Phil. Link to comment Share on other sites More sharing options...
SunYe Posted February 4, 2004 Share Posted February 4, 2004 It's configuration problem. Have you install language package by yourself or change any config about language ? In normal way, after install, everything running very well. ;) Fan of OSC system................. Comming From China............. Link to comment Share on other sites More sharing options...
phil64 Posted February 5, 2004 Author Share Posted February 5, 2004 Thanks SunYe. But actually it's more than losing language only. SessionID is lost in the call, and a new session starts... I've fixed the problem the following way : include the sessionID as an hidden field in the filter form of index.php. The parameters for the form (somewhere about line 275) are now as follows : echo ' <td align="center" class="main">' . tep_draw_form('filter', FILENAME_DEFAULT, 'get') . TEXT_SHOW . ' ' . tep_hide_session_id(); Hope this helps ! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.