ipatel Posted September 7, 2008 Posted September 7, 2008 Hello, Firstly I would like to say that this community is excellent, keep up the good work. So I have a language problem. I removed all languages from catalog/includes/languages except for english. I have also removed all languages except English from Localization so currently it is English (degfault). The problem is, I have multiple languages that are stuck on every item description. If i create a new product and even write one line, on the following paragraphs i get the same paragraphs For Example If I write "Hello" as my item description, the second paragraph would say "Aenean nonummy hendrerit mauris" regardless. If I write "this is an excellent product" as my item description, the second paragraph would say "Aenean nonummy hendrerit mauris" regardless. No matter what I would write as my product description, the second paragraph would say "Aenean nonummy hendrerit mauris" regardless. I hope the above made sense, if you guys require further clarification please let me know. Please someone help me. Many Thanks
♥geoffreywalton Posted September 7, 2008 Posted September 7, 2008 You could try deleting the non english product descriptions. Check and see what the language id is for english using phpmyadmin. Use this id in place of xx in the bottom line of this post Create some sql to delete the non english product descriptions, see http://www.w3schools.com/sql/sql_delete.asp DELETE FROM table_name WHERE column_name = some_value DELETE FROM products_description WHERE language_id <> xx Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
ipatel Posted September 7, 2008 Author Posted September 7, 2008 Hello, Thanks for your reponse. The language code is "en". Where do i find the files you have mentioned to edit? Sorry but I'm abit of a noob. Thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.