-
- bloggleme

-
Total Posts: 91
Joined: 2008-05-06
|
When I do a search, it displays all of the products that match that query. However, It does not display the product description as it does when I view products from categories, etc. Yes, I am in list mode. It’s really strange because I can click on the product category, and see all of the product descriptions from that product listing. Wont do it on the search results page though.
I noticed some JS errors using Firebug when I was on the search page. Here’s what I got:
$A is not defined
bind()proxy.php (line 105)
[Break on this error] return __method.apply(object, args.concat($A(arguments)));
proxy.php (line 105)
$A is not defined
[Break on this error] return __method.apply(object, args.concat($A(arguments)));
proxy.php (line 105)
$A is not defined
[Break on this error] return __method.apply(object, args.concat($A(arguments)));
|