Join our new community forum for support & discussion

Join Now

Home Support Extensions Requests Request not found

Request not found

  • Author
    Posts
  • Sergio

    Создано два аттрибута типа число. Они выводятся в форме фильтров. Если у записи (request ) не заполнен один из этих аттрибутов, то фильтр не найдет эту запись.
    Два аттрибута типа число я использую для отображения стоимости за час или стоимости за проект. Если разовая работа, используется стоимость за проект. Если периодическая работа – стоимость за час. В фильтре выводятся обе ставки и результат фильтрации некорректен.
    Возможно, это только для поля число, остальные типы полей не проверял.
    ———–
    Created two attributes of type number. They are displayed in the form of filters. If the request does not have one of these attributes, the filter will not find this record.
    I use two attributes like number to display cost per hour or cost per project. If a one-time job, the cost per project is used. If periodic work – cost per hour. The filter displays both values and the filtering result is incorrect.
    Perhaps this is only for the field number, I did not check other types of fields.

    ihor developer

    Yes, if you use the number range filter then requests without this number set will not be displayed. Please consider using the hourly rate filter for vendors instead, or you can use a single number range filter, and add another attribute like “Pricing Unit” with 2 options like “per hour, per project”. Then you can use this attribute’s value in the number display format (to switch between per hour / per project).

    Sergio

    Объединить все ставки в один диапазон, наверное, единственно верное решение, но цена за час и цена за проект стандартно имеют разные порядки, таким образом ползунок будет охватывать слишком большой диапазон, что не очень удобно для пользователя.
    Например, ставка за час от 5 до 100, ставка за проект от 1000 до 20000. Для обоих типов цен разница в 20 раз. Если же все ставки смешать в одну кучу, то будет разница в 4000 раз!!!))) Удобство пользования ползунком цен ухудшится.
    Ну да ладно, пока так и сделаю, посмотрим на реакцию пользователей)))
    ———–
    Combining all rates into one range is probably the only correct solution, but the price per hour and the price for the project are usually of different orders, so the slider will cover too wide a range, which is not very convenient for the user.
    For example, the rate per hour is from 5 to 100, the rate for the project is from 1000 to 20,000. For both types of prices, the difference is 20 times. If all the rates are mixed in one pile, then there will be a difference of 4000 times !!!))) The convenience of using the price slider will deteriorate.
    Well, okay, until I do so, let’s look at the reaction of users)))

    Sergio

    И как в таком случае отображать два атрибута в одну строку?
    —–
    And how, then, to display two attributes on one line?

    ihor developer

    Yes, sorry, this is a workaround so it may have some UX flaws. Please edit the Number attribute display format and add the Select attribute’s token:

    %listing.attributenamehere%

    This way you can combine a few attribute values within the same display format.

    Sergio

    not work

    Sergio

    sorry!
    work in listing.
    not work in request(((

    ihor developer

    Sorry for the confusion, if it’s a request attribute then there should be a “request” token instead:

    %request.attributenamehere%

    Sergio

    everything works, thx!

Viewing 9 posts - 1 through 9 (of 9 total)

New Reply

This forum has been archived and is no longer accepting new posts or replies. Please join our new community forum for support & discussion.