Reply 192902 to: Need few changes

Avatar: Rose Tyler
Rose Tyler
Support staff
May 14, 2018 at 12:19

Oh I see, please add this code in child-theme/functions.php file:

add_filter( 'woocommerce_product_single_add_to_cart_text', 'et_add_to_cart_text' );
function et_add_to_cart_text() {
        return __( 'Buy now', 'xstore' );
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.