• Resolved osterman

    (@osterman)


    Thanks for a great plugin!

    I’m wondering if there is any way to remove the decimals displayed after the price in the slider?

    In woocommerce I have number of decimals set to 0 and it would be great if the filtering would use this value and in my case show no decimals.

    So it displays 150 instead of 150.00 for instance.

    https://wordpress.org/plugins/woocommerce-ajax-filters/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi osterman,

    Right now this is not possible. I’ll include this in next release but before it you can or edit plugin code yourself and remove this .00 or hire a developer for this.

    Regards,
    Dima

    In which file and line can i remove .00 Decimal from the price?

    Regards,
    Legolaaash

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi Legolaaash,

    Open files js/widget.min.js
    Line: 510
    Remove .toFixed(2) where you see it

    Regards,
    Dima

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove decimals?’ is closed to new replies.