papalabis:
Do you have more than 1 language installed? IF so, it may be that you need to set the categories to display the URL in a language other than Greek.
In includes/classes/seo.url.php, find the line
Code:
if ($languages_id == '') $languages_id = $_SESSION['languages_id'];
Now you need to do a little lookup in your database. Find the ID for the Greek language, and the ID for English, and place the IDs in the following code on the line directly below the code above:
Code:
if ($languages_id == 'GREEK_LANGUAGE_ID') $languages_id = 'ENGLISH_LANGUAGE_ID';
This will change all of the name sof categories AND products to english, rather than Greek.
Good luck
Absolute
Bookmarks