I have a question regarding custom fields in WooCommerce: Is there any way to display products based on custom field meta key and value?
I created a product custom field for delivery, the meta key is custom_text_field_delivery, and values are, 24h, 5days and 7days.
Then I tried to get them by URL like: localhost/shop/?custom_text_field_delivery=24h, but it didn't worked.
Is there any way to display them or I should create single page for each option?