I edited the file wc-kalkulator/views/woocommerce/cart.php and basically deleted everything after
<?php
if (!defined('ABSPATH')) {
exit;
}
it worked to hide everything. Of course I´d love to show the information without the tags, but for now I can deal with having only the product name and final price.
I made contact with theme developer and got this answer:
“`Those sections does not allow to display html code yet so that problem show up.
FYI.
Regards`”
Maybe there could be a way to turn off HTML and additional info in the product name at the cart page. Just letting the original name.
Thank you so much for the plugin and sorry for the disturbance!