Thread Starter
danielcr
(@danielbromancr)
I see, well that clarifies things about what is possible and what isn’t.
Thanks for the help!
Thread Starter
danielcr
(@danielbromancr)
I actually have another question so I’ll use this thread for it.
Is there any way to call custom php functions on the search results when using instantsearch.js?
For example I have a custom “quick buy input” function that renders some custom inputs for a product.
It accepts a woocommerce product as a parameter so would it be possible to somehow use the post_id from the search results to get the product and then use that to call the quick buy function?
I found an action hook called “algolia_after_get_records” but I’m not sure if I can utilize that for this purpose?
Thread Starter
danielcr
(@danielbromancr)
Thank you so much, this worked really well!