You need to use Dreamweaver or similar FTP to get and edit those files, there is no way to change them in admin.
You need to use Dreamweaver or similar FTP to get and edit those files, there is no way to change them in admin.
Twitch.
https://www.twitchtoo.com Do you work for free? Please donate.
June 7.2026 - NOW AVAILABLE - Twitch Base8 - Obsidian
I'd suggest using Notepad++ (http://notepad-plus-plus.org/download/v6.5.4.html) for the editing of any .php files for your Zen Cart.
thankyou twitchtoo and lat9, perhaps I should have said I'm on a mac (OS10.9), notepad looks like a win. program. My mac does have a native app called 'Text edit', and I've down-loaded 'Cyberduck', so I will try that combo. I was able to find access to the directory through Dreamweaver CS4, but the pages sure didn't open correctly.
Now I am in Cyberduck, have selected the called for index.php, then found that there is a drop down for 'text edit'.... success?!
It opens a page of code, but nowhere is there anything like what I am told to look for, here's a sample of what I am to find:
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 {
Here's a representative sample of the downloaded code:
// $Id: index.php 2539 2005-12-11 05:17:05Z ajeh $
//
define('HEADING_TITLE', 'Choose an action..');
define('BOX_TITLE_ORDERS', 'Orders');
define('BOX_TITLE_STATISTICS', 'Statistics');
define('BOX_ENTRY_SUPPORT_SITE', 'Support Site');
define('BOX_ENTRY_SUPPORT_FORUMS', 'Support Forums');
define('BOX_ENTRY_MAILING_LISTS', 'Mailing Lists');
define('BOX_ENTRY_BUG_REPORTS', 'Bug Reports');
All this begs the question "Where is there an actual Beginners Guide to learning Zencart"? It is not the 450 page zencart manual I bought, nor on the Zencart site, nor any of the 6 different youtube Zencart tutorial authors I have explored - All these presume I know way more that I do.
Thanks much!
You're looking at the admin (/YOUR_ADMIN/includes/languages/english/index.php) version of the file which, as you've noted, is totally different.
You should look to /includes/languages/english/YOUR_TEMPLATE/index.php and, if that file's not yet present, copy /includes/languages/english/index.php and make your edits in the template-override directory.
If you haven't chosen a template yet, I'd suggest that you do that first (it'll be a lot easier). Look in the Plugins area for "Templates"; there are a bunch of very nice ones that you can adapt to your needs.
There is only one template there, it seems to be the original one "Classic Contemporary Green", is it so bad a one that it must be abandoned?
I took your hint above, found the same file in the other parallel (non admin) directory, opened it in Cyberduck, changed a couple words in the Greeting Heading, backloaded it, and voila! it erased the Entire page, with only text left from a Dreamwever test I did yesterday.
http://pinewoodforge.com/zencart/index.php?main_page=
It is not right that a generous soul like yourself should be hand-holding beginners such as me - who'd rather do their homework and be independent anyway, may I repeat what I posted before?, in case it was missed:
"All this begs the question 'Where is there an actual Beginners Guide to learning Zencart'? It is not the 450 page zencart manual I bought, nor on the Zencart site, nor any of the 6 different Youtube Zencart tutorial Authors I have explored - All these presume I know/understand way more that I do.
Thanks much again!
So on the use of "a different" template. Every installation, upgrade, etc of Zen Cart includes some version of the green default template. Okay, that might change in the upcoming versions, but...
The problem is, if one uses and modifies the default template without copying it or without installing a new template, then come update/upgrade time, you will have to "bypass" or incorporate those new updates.
Another benefit of leaving the default template as it is/was is that if something is not working correctly, changing the template to the default (unmodified) helps with testing.
A third reason to use a different template is just that some of the other templates look better on the eyes. Some may argue that any other template is better, but I wouldn't suggest a complex template on your own yet.
As for good reading material or the like, well... It sounds like you're on the verge of breaking into the programming aspect of operating ZC, not just the management of product and content. Really I would think searching this forum and getting familiar with some of the terminology and maybe even testing out (following along) some of the posts would help with understanding.
For example, if you were to review the instructions for installing ckeditor and possibly wanted to use it elsewhere, what do the instructions state to do to display ckeditor. Based on that and what it takes to display the editor, what functionality might be expected? Ie from/while on say the page defines area, does it seem like it could or is intended to be used to edit a file on a third computer? Probably asking what is this guy asking? Basically exactly, the intent of ckeditor is to edit text inline with the page presented inserting the applicable html to provide a sort of What You See Is What You Get (WYSIWYG) editor for the content on the page.
Hope/maybe that helps some more?
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
I can go here:
http://pinewoodforge.com/zencart/ind...age=contact_us
And I can navigate some of the pages you have, however whatever has been overwritten on your site has broken the index page/logical paths... can you replace your changes with the originals/backups?
Twitch.
https://www.twitchtoo.com Do you work for free? Please donate.
June 7.2026 - NOW AVAILABLE - Twitch Base8 - Obsidian
Hello, my reply to this yesterday seemed to have failed....
No, no backups made so far, I am such a newby I'm still looking for the gearshift!, so I thought to load up a trial new template to replace the default one I seem to have lost. here's the result:
When I am in Admin control panel>tools>template selection>templates installed>classic contemporary green>preview
it opens a page properly
control panel>tools>template selection>twist of nature>preview
I get this:
Forbidden
You don't have permission to access /zencart/includes/images/scr_nature.jpg on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
In cPanel here's the directory where I placed the new template according to it’s instructions:
public_html/zencart/includes/templates/Twist of Nature/twist_of_nature
In cPanel I see also this:
public_html/zencart/includes/templates/images/scr_nature.jpg (permission 0755)
Is this enough to go on to help me get started again? thanks!
Now that I at last have a new template showing up in control panel>tools>template selection as default, I looked where in you said
/includes/languages/english/YOUR_TEMPLATE/
but it is not there, so then i looked for a long time in both cPanel and admin control panel for the 'template-override directory' you mentioned to fix this - but can't seem to find such, can you please give directions to it?
thanks!
You understand that /includes/languages/english/YOUR_TEMPLATE/index.php means that with twist_of_nature being your current template that you should be looking in or for: includes/languages/english/twist_of_nature/index.php correct?
If that directory does not exist, then create a sub-directory of twist_of_nature under includes/languages/english and then copy the index.php from includes/languages/english to includes/languages/english/twist_of_nature.
This is basically your first lesson in the template override system. The idea is that you always leave the default or original programming the way it was, and that you instead copy it over to your template and then make changes to it there. For files/directories that are recognized by Zen Cart as being overrideable will be loaded at least first before loading one of the default files, and in most cases will be loaded instead of the original/default files. (If not mistaken files in the languages directory work like first described, the override file is loaded and then the original file is loaded...)
That help you through your situation?
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...