*

Zig220

  • **
  • 20 posts
How do I modify the "Condition" drop down select field?
« on: September 28, 2021, 07:08:16 PM »
I would like to offer more options in the "Conditions" drop down select field when a user adds a new listing. Currently there is only "All Conditions" "New" and "Used". I would like to add more specific items such as
"Used - Like New"
"Used - Good"
"Used -Poor"
Can you tell me what file I need to edit, or where in the admin I can edit this drop down select?
Also, I would like to remove the "ALL Conditions" option because this should not be a valid option. If a person is selling a used item in poor condition, then they should not be allowed to select "All Conditions". It is impossible for an item to posses both new and used condition and will potentially negatively effect search results.

Marked as best answer by frosticek on September 29, 2021, 07:58:50 AM
*

MB Themes

Re: How do I modify the "Condition" drop down select field?
« Reply #1 on: September 28, 2021, 07:16:10 PM »
You can update list in functions.php. "All conditions" is probably meant as "Unspecified", unselected, not applicable...
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Zig220

  • **
  • 20 posts
Re: How do I modify the "Condition" drop down select field?
« Reply #2 on: September 29, 2021, 12:12:31 AM »
Thank you!!!