I want to add
if(is_user_logged_in()
to this.
So if a user is NOT logged in then the cart button etc will not show.
Only if user logged in will they show.
also want to add
remove_action( ‘woo_nav_after’, ‘wootique_cart_button’, 10);
remove_action( ‘woo_nav_after’, ‘wootique_checkout_button’, 20);
Knowing little to nothing about php coding, I have tried and tried but with no luck.
Please would somebody help?