Posted a reply to Instead of Add to cart, can I have a button to inquire about a product, on the site WordPress.org Forums: Yes :) Here is example code add_filter( 'woocommerce_product_single_add_to_cart_text', 'cart_button_text' ); function cart_button_text() { return __(…