Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem with Categories


Ramm

Recommended Posts

Hello, at me such problem: when I try to add a new category of the goods and I write the name of this category in Russian, first four symbols are displayed only. And if to write the same name in English all is normal

Link to comment
Share on other sites

Go to the categories_description Data Base and change the categories_name type to a bigger varchar. varchar(255) should be more than enough.

 

Russian language, like hebrew, greek, arabic... use differente characters, that are store as numeric values, taking more space for each letter.

 

SGershon

If at first you don't succeed, you must be a programmer.

 

Tip Posted: Languageless Reviews

Link to comment
Share on other sites

That's what we are here for. Trying to help each other.

 

I posted this solution in an old topic, about two weeks ago.

Guess the search didn't went that long...

 

Anyway. To my answer to be complete, I should warn you that there are other tables that need the same update. I don't remember now, but I think that they're currencies, order_status, and another one. You'll figure it out.

If at first you don't succeed, you must be a programmer.

 

Tip Posted: Languageless Reviews

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...