Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • in reply to: Add to Shopping Bag be Changed? #65804
    thefoldnz
    Member
    Post count: 7

    Thanks that worked. How do I change the “shopping bag” labels in the drop down cart? Screenshot attached.

    Many thanks
    Dan

    in reply to: Add to Shopping Bag be Changed? #65483
    thefoldnz
    Member
    Post count: 7

    Thanks for the quick response Mohammad. Screenshot attached.

    Also what happens when an update is out for the theme? Wont this change be overwritten?

    Thanks
    Dan

    in reply to: Add to Shopping Bag be Changed? #65479
    thefoldnz
    Member
    Post count: 7

    Hi there,

    Im also trying to change the “Add to shopping bag” button on the product page to: “Add to shopping cart”.

    I’ve placed the below bit of code at the bottom of ourr function file but no change. What have I done wrong?

    Thanks,
    Dan

    add_filter( 'add_to_cart_text', 'woo_custom_cart_button_text' ); // < 2.1
    add_filter( 'woocommerce_product_single_add_to_cart_text', 'woo_custom_cart_button_text' ); // 2.1 +
    function woo_custom_cart_button_text() {
    return __( 'Add to shopping cart', 'woocommerce' );
    }

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