X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   3.5.4 Custom search page navigation issue. (https://forum.x-cart.com/showthread.php?t=6897)

ngwheels 03-27-2004 02:33 PM

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') ";

domspe 03-29-2004 01:43 PM

what is the URL to the script you are referencing?

ngwheels 03-29-2004 04:29 PM

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.

TelaFirma 03-29-2004 04:32 PM

You are not passing your custom variables to the navigation script.

i.e.
&finish=something&size=something

ngwheels 03-29-2004 04:51 PM

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.