- This topic has 1 reply, 2 voices, and was last updated 6 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Date Range filter for Datetime Field
Hi,
I added a DateTime field to Woocommerce Products using ACF. I set up my filter and search form and placed it on my Shop page using your Elementor integration. I can sort the results by this datetime field, but the Date Range filter returns no results. Can you please advise how to help that?
Thank you
Hi Mustafa
To use the date field with an ACF field, you need to use the post meta filter in our plugin, and choose date.
Then you need to pick the right meta key for your ACF field.
ACF creates 3 post meta values for 1 custom field:
my_field_name
_my_field_name
field_2390u823904
You will need to sue the first version, without the underscore.
Let me know how you get on.
Thanks