How To: Change The Single Product “Add To Cart” Text How To: Change The Single Product “Add To Cart” Text November 1, 2016 David Martin - Support Inside the child theme functions.php file paste this: function nota_custom_cart_button_text() { return __( 'Add to Bag', 'nota' ); } add_filter( 'woocommerce_product_single_add_to_cart_text', 'nota_custom_cart_button_text' ); 0 2 Newer How To: Change The Single Product Add To Cart Button Style Older How To: Change the Cart Icon Comments (0) Leave a reply Click here to cancel the replyYour email address will not be published. Required fields are marked *CommentName * Email * Website Save my name, email, and website in this browser for the next time I comment. By using this form you agree with the storage and handling of your data by this website. * Δ This site uses Akismet to reduce spam. Learn how your comment data is processed.