• BurakG5

    (@burakg5)


    Hi,

    I have an issue with the plugin. When I enter a bundle price, let say 11,48 euro, the plugin shows the bundle price as 11 at the front end. When I inspect the code it shows the correct amount but I was not able to fix this. Any help or update for this issue on the planning?

    https://wordpress.org/plugins/wc-product-bundles/

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have also searched the code and find that the price it not stored correctly for WC.
    You can edit /classes/dao.php on line 92 change $_REQUEST['_wcpb_product_sale_price'] to wc_format_decimal($_REQUEST['_wcpb_product_sale_price'])

    Thank you timmetj, this solved the problem! request to add this in future plugin update!

    Thank you too, timmetj! Good job.

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

The topic ‘Wrong bundle price’ is closed to new replies.