New Landing How can we help? General Forum Help change what the "add to cart button" says on product page

Viewing 2 posts - 1 through 2 (of 2 total)
  • #96985
    cemoret
    Member
    Post count: 2

    Hi, please I need to change what it says on the “add to cart button” product page.

    Thanks in advance!

    #97188
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    try to add the code bellow to the functions.php of the active theme.

    `
    add_filter( ‘add_to_cart_text’, ‘woo_custom_cart_button_text’ );
    add_filter( ‘woocommerce_product_single_add_to_cart_text’, ‘woo_custom_cart_button_text’ );

    function woo_custom_cart_button_text() {

    return __( ‘My Button Text’, ‘woocommerce’ );

    }

    Let us know if it worked.

    -Rui

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register