Zen Follower
- Join Date:
- Sep 2006
- Location:
- North Devon, England, UK
- Posts:
- 289
- Plugin Contributions:
- 0
Can't remove/delete welcome message?
Hi
I know the method of deteting the welsome message (see below) is well documented, but i can't see a way of deleting it and removing completely.
"Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution."
I have edited the main page slightly and taken out both of the below peices of code:
<h1 id="indexDefaultHeading"><?php echo HEADING_TITLE; ?></h1>
<?php if (SHOW_CUSTOMER_GREETING == 1) { ?>
<h2 class="greeting"><?php echo zen_customer_greeting(); ?></h2>
<?php } ?>
The welcome mesage still shows.
I have also used override techniques so the original 'tpl_index_default.php' file in the 'template_default' folder remains untouched.
The intro content (image and text) you see on the main page has been entered via the 'Define Pages Editor'
Anyone have an ideas?