Hi bghazy,
Thank you for choose our theme.
Please change code in file init.php in claue > core > libraries > vendors > woocommerce
line 966 change from
$output .= '<div class="cart__popup-price">' . get_woocommerce_currency_symbol().round( $cart_item['custom-price-with-filter'], 2 ) . '</div>';
to
$output .= '<div class="cart__popup-price">' . get_woocommerce_currency_symbol().round( $cart_item['custom-price-with-filter'], 5 ) . '</div>';
and on line 988 from
$output .= '<div class="cart__popup-total fwsb cb">' . get_woocommerce_currency_symbol().round( $cart_item['custom-price-with-filter'], 2 ) * $cart_item['quantity'] . '</div>';
to
$output .= '<div class="cart__popup-total fwsb cb">' . get_woocommerce_currency_symbol().round( $cart_item['custom-price-with-filter'], 5 ) * $cart_item['quantity'] . '</div>';
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio