Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
Hello again! I've been working since about 4 a.m. and things are coming along very nicely. I'm almost ready to go live but cannot resolve one final issue.
On the home page, I cannot find where to change the define('HEADER_SALES_TEXT', 'Tagline Here');>>. I tried the recommended procedure of changing includes/languages/english/header.php file but the home page still says: Congratulations! You have successfully installed...etc.
I've tried changing both the english/header.php file and the english/classic/header.php file but neither had any effect (nor was that welcome message in either file in the first place. I also ran developers tool box out of admin to try and find it, but to no avail.
But other than that, things are working. Again, thank you all for your help.
UPDATE: I found it--it is not in the header so that's why I couldn't find it. (Found it languages/english/index.php.
Sorry for not having searched further.
File and folder names in Zen Cart are case sensitive. /images/ (your old folder) and /Images/ (your new folder) are not the same, and code looking for one will not find the other. I don't know if you actually used that capitalization in your server, but it is something to keep in mind. You should also move your copied /images/ folder from /zentest/images/ to /zentest/ (and change back the configure.php define) so that it can work as originally designed. It is possible to run as you have it, but there is no reason to do so, and it will be a source of confusion forever unless you fix it now.In the old site, they were in the Images folder (public html/images). In the test site, I copied the Images folder to zentest/Images.
I'll fix the images folder issue because the last thing I want is more confusion. I understand how to do so. Thanks!
The test site is working fine and I'm almost ready to make it the live site; two questions (wouldn't it be grand if these were the last two?)
1. I have read how to do a test site while running a live site and how to switch over. The live site is not the one I want to use, so here's the question:
Can I just delete the files for the live site, move the files out of the zentest folder up one level to www.mystore.com/public_html and that's it? (Oh please say this would work...I understand how to do this and it would be so much easier than going through all this again on the live site. (Please note I cannot access admin on the live site which is one reason for the upgrade. )
I do have a copy of the live site on the computer, as well as one for the zentest site, to be safe; ditto databases.
2. Somewhere in the last four weeks I came across something about showing or not showing (?) http://www. in the URL. Currently, the test site does not use the "prefix" when it loads. Because people seem to want to see that https when shopping, I think it would be prudent for the url to display the" https://". How do I get it to show in the url bar?
That is a function of your browser as to whether http:// shows up; getting the https:// also requires an SSL certificate you buy for your domain. Whatever the specifics, browsers will want to display the fact when a site is secure. You do not need https on all pages of a site,only pages that handle sensitive information like registration or checkout. Having every page secure will make them load slower.
Yes, you can.
Two things to note though:
a) I'd create a temporary directory called "safe-backup" or something, and *MOVE* the old files into that, instead of blindly deleting them, until the new stuff is running properly. THEN delete them.
b) You'll need to adjust the paths in your new configure.php files to reflect the change in folders.
Such a move is discussed in this article: http://www.zen-cart.com/content.php?...that-directory
BUT, remember that by doing this you'll lose ALL data from your database for anything that happened since you made the backup that you imported to the test site. If that's okay, then proceed. If it's not okay, then immediately after you do the move of the files you'll need to put the old database-name back into the new configure.php and then rerun zc_install and choose upgrade, and reconfigure anything you've done in the admin since you did the test-upgrade with zc_install last time.
.
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.