AbanteCart Community

Shopping Cart Operations => Support => Topic started by: Green on January 07, 2015, 12:31:57 AM

Title: Go button in search form not working
Post by: Green on January 07, 2015, 12:31:57 AM
Im creating a new page with listing grid.I am using search form there above listing grid. But the 'Go' button in the search form is not working.On clicking it,the page is redirected to storefront. why?
Title: Re: Go button in search form not working
Post by: abantecart on January 07, 2015, 02:10:56 PM
Is this original feature or custom? Can you post screenshot?
Title: Re: Go button in search form not working
Post by: Green on January 08, 2015, 01:33:42 AM
ITs a custom one. im in the need to search order by city, like criteria.. the url redirected is "...../index.php?status=&searchby=2"
Title: Re: Go button in search form not working
Post by: abantecart on January 08, 2015, 12:58:50 PM
Looks like you did not build URL completely. It is missing required parameters.

Make sure you use $this->html->getSecureURL(...) function to build URL in admin