Just wondering if it is even possible to customize the index.htm page
...if it exists.
If not, how am I supposed to customize the <title>, etc.?
any help would be appreciated. thanks.
- jaggers
Just wondering if it is even possible to customize the index.htm page
...if it exists.
If not, how am I supposed to customize the <title>, etc.?
any help would be appreciated. thanks.
- jaggers
thre is no index.html page
the layout is dynamic,
most of the changes you need to make will be in the includes/languages files
a good place tostart would be in the wiki, once there search for template
Zen cart PCI compliant Hosting
Ah.. ok. Now I get it. Sort of.
includes/languages/english.php
^^
//define('TITLE', 'THIS IS THE TITLE?');
//define('SITE_TAGLINE', 'MYSITETITLE?');
Is that where the title changes?
actually you will look in
includes/languages/english/meta_tags.php
make your changes and then follow the rules about using the over rides, and place the file inside
includes/languages/english/YOUR TEMPLATE/
the define pages editor is for the center content
Zen cart PCI compliant Hosting
thanks Merlin1969 I forgot to mention that one.
man
Make sure you do not toss the other english.php file
if you make changes includes/languages/english.php file and you do an upgrade any changes in the past will not show up in the future unless you saved them to an override folder
nomad
Merlin1969 is right but
it could be that you're looking for define page which would be at
admin>Tools>Define Pages Editor
click on the select a file to edit...check box
then define_main_page.php
select Text editor HTMLarea
nomad
There are a collection of useful "getting started" articles in the FAQ section, here:
https://www.zen-cart.com/tutorials/i...hp?category=16
.
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.