Hi folks
Hope someone can help me why search help popup works on english http://studteol.dk/zencart/index.php...ch&language=en but not when you switch to danish?
Best regards
Johnny
Hi folks
Hope someone can help me why search help popup works on english http://studteol.dk/zencart/index.php...ch&language=en but not when you switch to danish?
Best regards
Johnny
there are few problems with translation , i have the french one and is suffering from same problem .
look in
include\languages\your language\advanced_search.php
and same folder also advanced_search_result.php
look for
define('ERROR_TO_DATE_LESS_THAN_FROM_DATE', " YOUR TRANSLATED TEXT HERE ")
Problem is in this define in both files.
error i get from your site is as follow.
Error: missing ; before statement
Source File: http://studteol.dk/zencart/index.php...ch&language=da
Line: 87, Column: 42
Source Code:
error_message = error_message + "* "Koster højest" skal være størren end, eller lig med "koster mindst" tallet?\n";
Thanks a lot, found the problem. It was a couple of "quotes" too much :)
you welcome![]()