*

Олег Котел

  • **
  • 27 posts
  • Західна ТеплоЕнергетична будівельна компанія. Твердопаливні котли, https://t.co/Zwml1cY34U будуємо котельні під ключ!
Hide unused countries and cities.
« on: September 05, 2020, 10:36:15 AM »
Hide unused countries and cities.

How to organize the functionality, or maybe there is already such a plugin?

Description of the required functionality:

There are several countries (for example, Ukraine, Russia, Germany, etc.) - it is necessary that only those countries and cities in which there are ads are displayed in the frontend in the search. And when submitting a new ad, there was a choice of all countries and cities installed on the site.

Tell me how to solve !?


Спрятать не задействованные страны и города.

Как организовать функционал, или может уже есть такой плагин?

Описание нужного функционала:

Есть несколько стран (например Украина, Россия, Германия и т.д.) - необходимо чтобы в фронтенд в поиске отображались только те страны и те города в каких уже есть объявления. А при подаче нового объявления был выбор всех установленных на сайте стран и городов.

Подскажите как решить!?
« Last Edit: September 13, 2020, 09:48:19 PM by Олег Котел »

*

MB Themes

Re: Hide unused countries and cities.
« Reply #1 on: September 16, 2020, 04:03:05 PM »
@Олег Котел
You must use "stats" versions of model to have just locations with some listings (CityStats, RegionStats, CountryStats)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Олег Котел

  • **
  • 27 posts
  • Західна ТеплоЕнергетична будівельна компанія. Твердопаливні котли, https://t.co/Zwml1cY34U будуємо котельні під ключ!
Re: Hide unused countries and cities.
« Reply #2 on: September 17, 2020, 08:02:52 AM »
So how do you do it? Or maybe there is a ready-made solution (plugin) ?!

*

MB Themes

Re: Hide unused countries and cities.
« Reply #3 on: September 17, 2020, 03:33:39 PM »
@Олег Котел
If expected answer is to have code, file and line number, this will not work. All updates must be made by you in all affected files.
Solution is to use stats model files (i.e. not City::newinstance()->listAll()..., but CityStats::newinstance()->listAll() )
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Олег Котел

  • **
  • 27 posts
  • Західна ТеплоЕнергетична будівельна компанія. Твердопаливні котли, https://t.co/Zwml1cY34U будуємо котельні під ключ!
Re: Hide unused countries and cities.
« Reply #4 on: September 17, 2020, 08:47:32 PM »
Code "City::newInstance()->listAll();" only present in oc-includes\osclass\helpers\hDefines.php
Line 1013: return City::newInstance()->listAll();

Changing the code to:
return CityStats::newInstance()->listAll();

Didn't give the desired result!

What am I doing wrong? Correct me please.


Код "City::newInstance()->listAll();" присутствует только в файле oc-includes\osclass\helpers\hDefines.php
Line 1013: return City::newInstance()->listAll();

Изминение кода на:
return CityStats::newInstance()->listAll();

Не дало нужного результата!

Что я делаю не так? Поправте меня пожалуйста.

*

MB Themes

Re: Hide unused countries and cities.
« Reply #5 on: September 17, 2020, 08:50:49 PM »
You are asking wrong questions.
If you want to modify something and you have absolutely no clue what to do, pay developer to do that.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots