How could I disable or remove the "You are signed in as .........Click here to Logout." message that appears in a grey box in the footer whenever a user is signed in? I'm using OC 1.5.5.1 Thanks.
Last edited by cart builder on Tue Aug 11, 2015 11:37 pm, edited 1 time in total.
In the default template, it would be from: catalog/theme/default/template/common/header.tpl file:
If using a custom template, you might want to look into your common folder for text_logged . From the default template, the sentence is: You are logged in as .
Code: Select all
<div id="welcome">
<?php if (!$logged) { ?>
<?php echo $text_welcome; ?>
<?php } else { ?>
<?php echo $text_logged; ?>
<?php } ?>
</div>
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
@straightlight - it removes the "You are logged in as.....(Logout)" in the header, which I want to keep, but not the:
"You are signed in as .........Click here to Logout." message that appears in a grey box in the footer on every page.
I've had a look in the footer.tpl but can't find anything that relates to this. I would be really grateful for any help. Thanks.
"You are signed in as .........Click here to Logout." message that appears in a grey box in the footer on every page.
I've had a look in the footer.tpl but can't find anything that relates to this. I would be really grateful for any help. Thanks.
Would it be possible to provide your URL so I can take a look?
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
It looks like the issue was simply a conflict with the mobile theme. I removed the mobile .xml file and problem solved!
I'll just have to change the code you've managed to find in the mobile .xml file. Many thanks for your help!
I'll just have to change the code you've managed to find in the mobile .xml file. Many thanks for your help!
Who is online
Users browsing this forum: No registered users and 60 guests