| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Access search substring in search.php | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() I want to run an external process as part of search.php when a customer types in a search term. Can someone tell me which variable has the substring that is entered in the search form (x-cart 4.1.9).
__________________
Juan (Teksavers) |
|||||||
#2
|
|||||||||
|
|||||||||
![]() There is array $posted_data that is cleaned out according to the array
$allowable_search_fields set in search.php: PHP Code:
__________________
Regards, Victor Dubiniuk X-Cart Skins Store ![]() - twenty two different skins for 4.1.x and 4.2.x; - 4.3.x compatible versions are available; - refresh you store now! Smart menu X-Cart add-on for 4.1.8 - 4.3.x Featured Products Slide Show X-Cart add-on for 4.1.8 - 4.3.x |
|||||||||
#3
|
|||||||
|
|||||||
![]() I added the following to xcartdir/search.php just to see if this was the correct variable.
$searchterm = $posted_data["substring"]; echo "$searchterm"; echo returns blank data which leads me to believe this is the wrong variable?
__________________
Juan (Teksavers) |
|||||||
#4
|
|||||||||
|
|||||||||
![]() I've placed
PHP Code:
in search.php after the line PHP Code:
and it works
__________________
Regards, Victor Dubiniuk X-Cart Skins Store ![]() - twenty two different skins for 4.1.x and 4.2.x; - 4.3.x compatible versions are available; - refresh you store now! Smart menu X-Cart add-on for 4.1.8 - 4.3.x Featured Products Slide Show X-Cart add-on for 4.1.8 - 4.3.x |
|||||||||
#5
|
|||||||
|
|||||||
![]() Cool. So echo must not work at that point in the script. die ($searchterm) worked for me too.
Thanks.
__________________
Juan (Teksavers) |
|||||||
#6
|
|||||||||
|
|||||||||
![]() It is not for sure but I suspect the page to redirect after search form submitting so its content is refreshing after echo.
__________________
Regards, Victor Dubiniuk X-Cart Skins Store ![]() - twenty two different skins for 4.1.x and 4.2.x; - 4.3.x compatible versions are available; - refresh you store now! Smart menu X-Cart add-on for 4.1.8 - 4.3.x Featured Products Slide Show X-Cart add-on for 4.1.8 - 4.3.x |
|||||||||
|
|||
X-Cart forums © 2001-2020
|