• Resolved sabo123

    (@sabo123)


    Hello,

    I am making a real-estate website with this amazing plugin. However, my client is asking for a price search option where customers could input for example 550 and it would return all listings cheaper than this. I know how to make taxonomies for price ranges 200-300, 300-400 etc. but is there any way so users could enter price themselves, not just choosing from options?

    Thank you in advance

    https://wordpress.org/plugins/wp-listings/

Viewing 1 replies (of 1 total)
  • Plugin Author agentevolution

    (@agentevolution)

    You would need to build a custom search widget to search the price field and only return results where the field value is lower.

    Additionally, because the price field will generally include commas, you’d need to write a function to pull that price, clear out the commas, and save it as a new price field with only numbers. Then search that new field instead of the price field.

Viewing 1 replies (of 1 total)

The topic ‘Maximum Price’ is closed to new replies.