Replies: 0
Hello.
I wanted to report this bug.
Suppose we have this configuration:
- WooCommerce > Settings > Currency Options > Number of decimals = 0 (not 2, as per default)
- Original price of a product = € 75
- Discount = 50%
- Price of that product that appears on the site = € 38 (correct, i.e. € 37.50 rounded)
- Price of that product that appears in the table of your plugin = € 37.50 (unfortunately! It would only be correct if the number of decimals were 2 but in my case it is 0)
I would like the price that appears in your plugin table to be € 38, based on the number of decimals in the Woocommerce settings.
Is it possible to fix it?
This price difference between what is shown in your plugin and what appears on the site is a problem for me, as a user will see 2 different prices for the same product.