Title: Maximum Price
Last modified: August 30, 2016

---

# Maximum Price

 *  Resolved [sabo123](https://wordpress.org/support/users/sabo123/)
 * (@sabo123)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/maximum-price/)
 * 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/](https://wordpress.org/plugins/wp-listings/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/maximum-price/#post-6790383)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-listings_978e8f.svg)
 * [IMPress Listings](https://wordpress.org/plugins/wp-listings/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-listings/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-listings/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-listings/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-listings/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-listings/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/maximum-price/#post-6790383)
 * Status: resolved