This is a discussion on os commerce search within the PHP Language forums, part of the PHP Programming Forums category; site www.philcos.com quick search of a field in m.manufacture_name . Will not list all products When searching in ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
site www.philcos.com
quick search of a field in m.manufacture_name . Will not list all products When searching in quick search Listing ends at page 2 no matter how many more products to be shown -If i were to search say T shirt it lists well over 2 pages. This is from products_name and in pd.products_description - When i increase product search results on admin > config > max values it lists more of the products. the problem is its too long of a page and does not go to the next one. when clicking manufacture box ( changed to license) and selecting product it lists all the products perfectly. when i go within categories (products) it shows all the products sorted properly, and none are missing. What file would this be in and what could this be? Any ideas? I have no more hair to pull out thanks! please email steven AT ciscokid.net thanks! |
|
|||
|
Steven Kalcevich wrote:
> > quick search of a field in m.manufacture_name . Will not list all > products [snip] > What file would this be in and what could this be? Any ideas? I have no > more hair to pull out thanks! You may have better luck posting in an oscommerce support forum somewhere... If you want to find the offending file, at the end of application-bottom.php (or whatever the last one that is parsed is), add something like: echo'<pre>';print_r(get_included_files());echo'</pre>'; Then you can at least see a list of all the files included. Compare that to the output on a page that the display works on, and you be able to quickly identify which file you need to look into (if the names of the files themselves aren't help enough). HTH -- Justin Koivisto, ZCE - justin@koivi.com http://koivi.com |