Jump to content

IE shows worning


Recommended Posts

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; Tablet PC 2.0)
Timestamp: Wed, 9 Dec 2009 22:39:05 UTC


Message: Syntax error
Line: 144
Char: 39
Code: 0
URI: http://jewelry-4u.com/catalog/category.php?id_category=6

Link to comment
Share on other sites

Apparently there is something wrong with

extraParams:{ajaxSearch:1,id_lang:}


but what?????


I actually noticed this the other day, when you turn on V1.1 compatibility mode, 2 things break:

1) $id_lang doesn't get set anymore, so anythign that needs to ready that variable stops working (in your example, the id is suppose to appear after the : but because it's empty, an error is thrown.

2) $displayPrice (the variable that controls how to display taxes) does not get set, which means the default (taxes included) will always be shown.

Took me about an hour to figure out what the hell was going wrong.

I think so more things may be messed up because of this, but those are the two that I noticed.
Link to comment
Share on other sites

×
×
  • Create New...