• Resolved burotica

    (@burotica)


    Hi,

    The prices on my site are displayed inclusive of tax, but the filter uses tax-free prices, so we end up with products outside the filter range.

    In my filter, I use the meta key _price

    Best regard

    Filter Everything Version 1.9.0

Viewing 1 replies (of 1 total)
  • Plugin Support fesupportteam

    (@fesupportteam)

    Hi @burotica

    To include taxes in the range filter, you have to use two hooks ‘wpc_set_num_shift’ and ‘wpc_unset_num_shift’ provided in the plugin.

    Here you can find the code example of how to use them if your taxes are 10% from the original price – https://gist.github.com/wpserve/430c34449708a7dcd5b630839a05cdbc

    If your taxes are different and for example, have a fixed price, you have to change the code in accordance with your situation.

    Best Regards
    Victor

Viewing 1 replies (of 1 total)

The topic ‘Price filter problem’ is closed to new replies.