Hi,
The default current submenu prior to login is:
Register | Log in | Cart | Checkout
Can I remove the register option as you can include that with the Login Option?
Great theme!
Thanks again for the support.
Regards
Joe
Hi,
The default current submenu prior to login is:
Register | Log in | Cart | Checkout
Can I remove the register option as you can include that with the Login Option?
Great theme!
Thanks again for the support.
Regards
Joe
Hi!
open up propulsion\config-woocommerce\config.php and delete following code:
if(get_option('users_can_register'))
{
$output .= "<li class='register_link'><a href='".$url['register']."'>".__('Register', 'avia_framework')."</a></li>";
}
Regards,
Peter
Hi Peter,
Thank you that worked perfectly!
Regards,
Joe
This topic has been closed to new replies.