AbanteCart Community
Shopping Cart Operations => Support => Topic started 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?
-
Is this original feature or custom? Can you post screenshot?
-
ITs a custom one. im in the need to search order by city, like criteria.. the url redirected is "...../index.php?status=&searchby=2"
-
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