Is there a WooCommerce shortcode to check for which user is logged in to use to control what content is shown? Perhaps it would look something like:
[woocommerce username= "someone" status="in"]
Show content specific to someone
[/woocommerce]
If not that, maybe a generic someone is logged in short code:
[woocommerce status="in"]
Show content if any user is logged in
[/woocommerce]
Bob