![]() |
3.5.4 Custom search page navigation issue.
I've created a custom search page based off of select boxes, everything works fine, except for the navigation. When the next page is clicked it doesn't show any results. Any ideas?
This is the query I'm using: Code:
$substring_query = "AND ($sql_tbl[products].param01 LIKE '%$substring%' OR $sql_tbl[products].param03 LIKE '%$substring%') AND ($sql_tbl[products].param00 LIKE '$finish' OR $sql_tbl[products].param03 like '$finish') AND ($sql_tbl[products].param02 LIKE '$size' OR $sql_tbl[products].param03 LIKE '$size') "; |
what is the URL to the script you are referencing?
|
That would have been usefull...sorry about that.
http://ngwheels.com/store/customer/wheel_page.php username: keep password: out Just hitting submit with the options set to all will come back with enough results to see the issue. Thanks. |
You are not passing your custom variables to the navigation script.
i.e. &finish=something&size=something |
Thank you so very much TelaFirma, I can't believe I over looked that, its working perfectly now!
|
All times are GMT -8. The time now is 06:11 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.