Currently I have a custom view and search that is showing a list of products. These products are displayed on a page with visible search options. I would like to use the same view on multiple different pages, but would like the view to automatically be set with different Categories set when a user visits the certain page.
Example: Page 1 is for Sunny and Page 2 is for Snow. The products view by default shows all products. I want to use the same view on both pages, but when a user visits page 1 I want only the Sunny products to display. If the user decides to uncheck the Sunny category, all products will be displayed. Am I over thinking how to implement this?
I suggest this Trainings:
https://toolset.com/documentation/beyond-the-basics/
There is one section that describes exactly what is possible to do with Toolset related to your question:
https://toolset.com/documentation/beyond-the-basics/re-use-the-same-view-with-different-settings/
I think you will be able to achieve this with a ShortCode attribute - please see in the above DOC the details.
There is as well a "Learning by Doing" section at the bottom
I suggest this Trainings:
https://toolset.com/documentation/beyond-the-basics/
There is one section that describes exactly what is possible to do with Toolset related to your question:
https://toolset.com/documentation/beyond-the-basics/re-use-the-same-view-with-different-settings/
I think you will be able to achieve this with a ShortCode attribute - please see in the above DOC the details.
There is as well a "Learning by Doing" section at the bottom