Hi guys,
I have a situation where I need to pass a value for a parameter of the index based on the list view for product list.
If it is TileView, we display the models (parent products) if it is ListView, we display the Variants and Products without variants.
I have created the index and I am using a parameter called isVariant with a default value of "false". This solves the TileView.
Now, I need to change the display to ListView and change the value of isVariant to "true" but without passing the value in URL.
What is the best method for doing this as elegant as possible?
Thanks,
Adrian