Hi there,
Is there any way to stop this line of text displaying?
IE, not change the text (as i've already done that), but actually remove HEADING_TITLE from the main page?
Thanks,
Fergus
Hi there,
Is there any way to stop this line of text displaying?
IE, not change the text (as i've already done that), but actually remove HEADING_TITLE from the main page?
Thanks,
Fergus
If you redefine HEADING_TITLE to '' instead of 'this is my changed text' then it'll display nothing because it's defined to nothing. So, all you have to do is *change the text* again ... but change it to nothing.
Deleting the whole definition will just cause HEADING_TITLE to show up where you don't want it.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
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 dont have the "congratulations..." in my index.php but its on my site? I really want to take it off there!
Please read my earlier post in this thread. It's not in index.php. It's in includes/languages/english/YOUR_TEMPLATE/english.php
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
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
your template needs top be created by YOU
I would suggest before trying to go any further with this you take a look in the FAQ at the top of this page and read up on templates
Zen cart PCI compliant Hosting
In includes/languages/english/YOUR_TEMPLATE/english.php, change
toCode:define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.');
Those are two single quotes with nothing between.Code:define('HEADING_TITLE', '');
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