Hello everyone. this is my first post here in prestashop forum, so first i want to thank everybody involving and contributing to this great project which i think by far is the best eCommerce solution.
That said, i have a problem to solve and i need your advice.
This is my first time developing a prestashop theme and my client asked me to create a widget on top of the site to filter the list of products by some of their specifications.
Obviously what i need first is a html form. i feel confident enough to fetch data from database and create such a form, but what i'm not sure is where to send this form ?
Do i have to create a php file to fetch the products ?
Does products.php have support for GET or POST requests (as a built-in feature) ?
Or is there a plugin to make this work easier ?
Thanks for any help in advance.