Hi neoseeyou,
I saw your post on woocommerce and Wp-Client integration by adding a code:
echo do_shortcode(‘[wpc_client_registration_form]’);
return;
I want to have WP-Client registration or login and then control should go back to the checkout form of WooCommerce Cart but what I’m seeing is that after “registration successful” message, control is not returning to WWooCommerce. How have you achieved that?