I have 2 collection queries. One lists categories and another lists products inside.
I am displaying a list of products nested in the list of categories in a side nav. On the click on the product it gets displayed in another group on the right, where it's features (which have a product as a reference) are displayed.
How can I get from the click action on the product (from a queried list) the reference of the product? What is the proper way to find the product person is clicking on inside the action flow.
If the product is selected I want the user to be able to go to the next product (they have order within their category, not within the whole list of products). What should I do so the user can go to the next product - but a +1 from the one displayed?
I am filtering a product collection query by action output, but it seems to not work properly. Now I made the product page display just a product queried from the user, so it's never empty and should remember the proper last setting. So if I solve those above I would be happy :)