Changes between Initial Version and Version 1 of Ticket #57300, comment 5
- Timestamp:
- 05/03/2023 05:51:10 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57300, comment 5
initial v1 1 1 I'm having this issue as well. 2 2 3 When trying to filter archive pages on multiple taxonomy terms using array query args in the URL (such as `?product_cat[]=t-shirts&product_cat[]=accessories`), a fatal error is triggered (only if the requested filter taxonomy is hierarchical).3 When trying to filter archive pages on multiple taxonomy terms using array query args in the URL (such as `?product_cat[]=t-shirts&product_cat[]=accessories`), a fatal error is triggered (only if the requested filter taxonomy rewrite is hierarchical). 4 4 5 This is an issue on the default WooCommerce shop page if trying to implement a custom filtering logic, for instance.5 For instance, this is an issue on the default WooCommerce shop page if trying to implement a custom filtering logic.