Forums / Templates, Stylesheets, Page Layout / Search help popup problem

Search help popup problem

Results 1 to 4 of 4
30 Dec 2011, 20:51
#2
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Posts:
2,276
Plugin Contributions:
0

Re: Search help popup problem

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?main_page=advanced_search&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";
30 Dec 2011, 22:46
#3
johnnyh avatar

johnnyh

New Zenner

Join Date:
Oct 2011
Posts:
50
Plugin Contributions:
0

Re: Search help popup problem

Thanks a lot, found the problem. It was a couple of "quotes" too much :)
30 Dec 2011, 22:53
#4
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Posts:
2,276
Plugin Contributions:
0

Re: Search help popup problem

you welcome:smile: