Hello Everyone:
How do I omit or delete the Would you like to ...log in
on the main page.
Thanks
nomad
Hello Everyone:
How do I omit or delete the Would you like to ...log in
on the main page.
Thanks
nomad
All editable text will be found in your languages folder:
This one is on the index page and therefore will be found in languages > english > index.php
Lines 14 to 19 remove the red text example below.
define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s">log yourself in</a>?');
} else {
define('TEXT_GREETING_GUEST', 'Welcome, please enjoy our online showcase.');
}
define('TEXT_GREETING_PERSONAL', 'Hello <span class="greetUser">%s</span>! Would you like to see our <a href="%s">newest additions</a>?');
Or you could just turn it off in Admin->Configuration->Layout Settings->"Customer Greeting - Show on Index Page"
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donations always welcome: www.zen-cart.com/donate
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
I found it.
I was looking for the Customer Greeting - show on Index page.
so to turn if off this is what you do.
admin> Configuration
look for Customer Greeting - show on Index page
thanks for looking
nomad
Sorry for those that responded. I refound my thread by going info my posting and just wrote a message without looking to see if anyone posted something.
thanks for the help
nomad
Bookmarks