Skip to main content

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' );

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.