Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Language and Manufacturers filter


phil64

Recommended Posts

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...