Jump to content

Adding query to search.php or category.php


Recommended Posts

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

×
×
  • Create New...