How can I change my main Page Greeting from:
"WELCOME guest WOULD YOU LIKE TO log yourself in?"
to something different?
I have tried the DEFINE PAGES--MAIN PAGE editor and that didn't work
can anyone help please?
How can I change my main Page Greeting from:
"WELCOME guest WOULD YOU LIKE TO log yourself in?"
to something different?
I have tried the DEFINE PAGES--MAIN PAGE editor and that didn't work
can anyone help please?
Look in includes/languages/english/YOUR_TEMPLATE/index.php (where YOUR_TEMPLATE is the name of your custom template) and change it there.
If you don't have it in includes/languages/english/YOUR_TEMPLATE/index.php, copy index.php from includes/languages/english/.Code:// Showcase vs Store if (STORE_STATUS == '0') { 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.'); }
Mary Ellen
I came; I saw; I Zenned
Taking over the world... one website at a time
Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.
Holzheimer
Fan Odyssey
Check out the Zen tutorials:
http://www.zen-cart.com/tutorials/index.php
Your questions is #10 on the "What Every New Zen Cart User Needs to Know" list
https://www.zen-cart.com/tutorials/i...hp?article=128![]()
Thanks a bunch...got it.