Hi. I saw how to change this text on the front page, but I haven't seen any instructions on how to completely remove that section... Any help?
Hi. I saw how to change this text on the front page, but I haven't seen any instructions on how to completely remove that section... Any help?
Just remove all the text between the quotes
Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
20 years with Zencart !
Depends on the template your using ... but the default is in:
All the way down at the bottom replace:includes/languages/english/index.php
with:define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.');
define('HEADING_TITLE', '');
Problem solved, thanks
Never ever EVER change the default files. Always use the override system.
To create a very basic custom template (you can build from there), you need:
- includes/languages/YOUR_TEMPLATE/english.php
- includes/languages/english/YOUR_TEMPLATE/index.php
- includes/languages/english/YOUR_TEMPLATE/header.php (to change the logo)
- includes/templates/YOUR_TEMPLATE/template_info.php
- includes/templates/YOUR_TEMPLATE/common/tpl_header.php
- includes/templates/YOUR_TEMPLATE/common/tpl_footer.php
- includes/templates/YOUR_TEMPLATE/images/logo.gif
- includes/templates/YOUR_TEMPLATE/css/stylesheet.css
Anywhere you see a /classic/ folder, you can create a folder for your custom template. You can copy the necessary files from either the /classic/ folder, the /template_default/ folder or the parent folder.
Edit includes/templates/YOUR_TEMPLATE/template_info.php to give your template identifying information so you'll recognize it in the admin under tools->template selection.
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
Starvin Marvin... Just given him an idea of what file to make a copy of ... He said he had already seen the instructions on how to accomplish it.
Last edited by testuser; 18 Jun 2007 at 06:56 PM.