(Before making the following changes, make sure to have a current backup of your files and your database.)
You're going to do three steps: A) edit the configure.php settings and upload them, B) rename the admin folder, C) test login to the new folder.
Details are below:
There is no need to alter the admin configure.php in v1.5.x when renaming your admin folder. Simply proceed to step B.
Using your FTP software or your webhost's File Manager, find your Zen Cart /admin/ directory. Rename the directory to match the settings you just made in step A.
NOTE: DO NOT advertise this new foldername, else you defeat the entire purpose of renaming it. And DO NOT EVER put it in your robots.txt file!
To login to your admin system you will now have to visit a new URL that matches the new name used in steps A and B above.
For example instead of visiting www.example.com/admin/ visit www.example.com/NeW-NamE4u/
The short answer is yes. You can use one of two methods to achieve the result.
Install the Images for Titles mod from Free Addons, following the instructions in its readme.
Upload an image file for each sidebox heading you want to substitute, named (for instance) boxhead-categories.gif in the case of the Categories sidebox. Save the image in /includes/templates/CUSTOM/buttons/ENGLISH/
.
If you want to use other than .gif files for the images, edit the define in /includes/languages/ENGLISH/extra_definitions/CUSTOM/image_titles_defines.php
.
This method automatically removes the [more] that follows a replaced heading link; but it does require that the same image type (gif, jpeg, png) be used for all replaced heading images in an area.
...Instructions for moving your categories and products over from an OSC database to the Zen Cart® Database.
-by networkdad
Ok, a few things before we start:
Without applying extra efforts to your connection on the internet you are wandering around an unsecured environment. Before you make administrative modifications to secure Zen Cart® and its database, you need to equip yourself with secure ways to make these modifications. Otherwise if someone is watching/listing to the information you transmit, it might not be long before your private business information becomes public. The bare minimum you should have is access to shared SSL services from your hosting company.
The preferred would be to have a dedicated SSL certificate for your store, as it is more professional in appearance than the use of a shared certificate. There will be ...
Warning:
There are several all-in-one "packaged" "bundles" of Zen Cart scattered around the internet, but none of those are endorsed by Zen-Cart.com, as we believe that the manual installation is the best choice to have your system secure and optimized and so you know *exactly* what *you* have put onto your site.
If you choose to use a packaged installer from someplace else, make sure you ask *them* for all your technical support needs and ensure that they intend to keep things up-to-date and that they will provide you with free support for updating *your* site whenever they make updates to their bundled packages.
CAPITALIZED words refer to a folder or language that you choose. We use CUSTOM for your template and ENGLISH for your language by default. These generic terms should be changed to the name of the template/language you are using.
If you want to change "Congratulations! You have successfully installed your Zen Cart®; E-Commerce Solution" with your own text open the includes/languages/ENGLISH/index.php file and find the following code:
// This section deals with the ...