mini cart is showing 10 decimals

Hi,

The mini cart at the top is showing 10 decimals and the price excluding tax.
I’ve changed the woocommerce setting to show only 2 decimals and that is working in the checkout.
Also the prices in the shop are showing prices including tax and 2 decimals.

Hello there,

I hope you are doing well today.

Could you please provide a link to your website so that I can inspect it?

Best Regards,
Support

The link is: http://www.svdsoshop.nl

Thank you for replying with this information.

I’ve notified the developer of the issue with the theme.
Unfortunately, a fix isn’t available at this time.

I ask that you be patient with us as the issue is looked into.
I can’t provide an ETA as to when this will be sorted at the moment.
Hopefully it will be resolved in the next update.

Best Regards,
Support.

I’m having the same problem. :confused:

I have found such a solution. if you want to try:

/themes/tyche/template-parts/top-header.php

find

<?php echo esc_html( get_woocommerce_currency_symbol( get_woocommerce_currency() ) . ’ ’ . Tyche_WooCommerce_Hooks::get_cart_total() ); ?>

replace

<?php wc_cart_totals_subtotal_html(); ?>

That is working. Thanks.