Cart, Checkout, Hook, ShopkitChange text Tax to MwSt in cart/checkout Posted on July 3, 2023 by bigoals Change text Tax to MwSt or Versand function totals_msg() { $text = '(inkl. MwSt.)'; return $text; } add_filter('tzn_cart_total_text', 'totals_msg'); bigoals