Functions.php'de en alta ekleyip deneyebilirsiniz.

function atc_btn_url( $url ) {
return esc_url( 'https://blablaburada.com' );
}
add_filter( 'woocommerce_add_to_cart_redirect', 'atc_btn_url', 99 );