• I’m showing product prices in a Dutch format, so with the komma as decimal separator. But the plugin still shows the price rules in the English format (so with a point).

    Where/how can I change that the plugin follows Woocommerce settings?

Viewing 1 replies (of 1 total)
  • Thread Starter Cees Rijken

    (@connectcase)

    I couldn’t find an option, so I changed line 295 in wcff-client.js from:

    this.response.payload.data[“data_title”][i][“amount”]

    to:

    this.response.payload.data[“data_title”][i][“amount”].toString().replace(/[.]/, “,”)

Viewing 1 replies (of 1 total)
  • The topic ‘Doesn’t follow decimal rules’ is closed to new replies.