Hello,
Ok I get it, sorry I misunderstood your needs, Mohamed was right you have to edit your view checkout/cart view.
Note that on my screenshot, you have the
show_block_cart.php (if you don't use legacy checkout) or
cart.php
In details, you have to find the object "
$cart->total->prices[0]->price_value_with_tax" and replace it as show on my screenshot for "
$cart->total->prices[0]->price_value".
For this, use the HikaSHop override view in
Main HikaShop Configuration =>
Display dropdown =>
Views, then use dropdown with
Checkout/ your template/ Frontend to find your required view :
cart/ show_block_cart
Hope this will fit your needs
Regards