Hi,
currently I am facing an issue – while trying to change grid size using buttons for grid size provided by your theme in search page, it includes for some reason even page_id=X argument. So what I get is:
https://www.mydomain.com/?page_id=12&s=vrt&post_type=product&per_row=3&shop_view=grid
instead of
https://www.mydomain.com/?s=vrt&post_type=product&per_row=3&shop_view=grid
It works just fine on category page but not on search results page.
I have already tried to deactivate all plugins except WoodMart Core and WooCommerce.