Tell me, who knows - how to make the filter look into the price for one unit of goods in the extended price type?

My template displays $minPrice['PRINT_DISCOUNT_VALUE'] . How can I use only this value in the filter?

    1 answer 1

    At the moment, no way. The filter does not know how to work with the price at a discount.

    By completions usually do:

    1. Create MIN_PRICE and MAX_PRICE properties of type number (for sorting and filtering)
    2. I track price changes (when the product changes and the agent if there is integration)
    3. I bring the minimum price to the filter.