How to change View cart text in woocommerce How to change the text “View cart” in woocommerce. Add the following code to your functions.php file in your child theme. /** * Change View cart text * */ function my_text_strings( $translated_text, $text,...