brandonc503 Posted October 12, 2010 Share Posted October 12, 2010 id like to add a query to search.php or category.php $query = "select * from ps_product_attribute t1 join ps_product t2 on t1.id_product = t2.id_product where t1.id_product_attribute = 15 and t2.active = 1"; id like it to post to the page and use and have it use the PS current method for displaying the products <form action="search.php" method="get"> <input type="button" name="15" /> <input type="button" name="16" /> <input type="button" name="17" /> </form> Link to comment Share on other sites More sharing options...
brandonc503 Posted October 14, 2010 Author Share Posted October 14, 2010 i found queries in the /classes/search... /classes/category.. just looking for some direction to enter new queries. Link to comment Share on other sites More sharing options...
brandonc503 Posted October 16, 2010 Author Share Posted October 16, 2010 i think id like to use the search page for this as the category pages show sub categories and what not. Link to comment Share on other sites More sharing options...
brandonc503 Posted October 20, 2010 Author Share Posted October 20, 2010 just refreshing the post. still no luck Link to comment Share on other sites More sharing options...
brandonc503 Posted October 21, 2010 Author Share Posted October 21, 2010 so is this problem to hard to solve in post or its not getting read? Link to comment Share on other sites More sharing options...
Recommended Posts