amishraval Posted May 19, 2015 Posted May 19, 2015 Hello Everyone, My website is showing LogOut and My Vouchers buttons under my account block for footer even user is not logged In. Could you please advice? Share this post Link to post Share on other sites More sharing options...
presta.show Posted May 19, 2015 Posted May 19, 2015 You can try add condition to test user login in tpl module file where shows links {if isset($is_logged) && $is_logged} ... {else} ... {/if} Share this post Link to post Share on other sites More sharing options...
amishraval Posted May 19, 2015 Posted May 19, 2015 Could please provide more details, in which file I need to make change and where? Share this post Link to post Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now