On the left side of the top banner, the woocommerce links are displayed as My Account, Cart and Checkout when already logged in and when not logged in it displays Register, Login, Cart and Checkout. I want to remove the Register link only from the display as it is taking me to the default Wordpress Register page and I have activated registration to be done from the Login page itself. How to do this?
Banner Woocommerce Menu
2 posts from 2 voices-
Posted 5 months ago #
-
Hey!
Open up propulsion\config-woocommerce\config.php and delete following code:
$output .= "<li class='register_link'><a href='".$url['register']."'>".__('Register', 'avia_framework')."</a></li>";Best regards,
PeterPosted 5 months ago #
Reply
You must log in to post.














