Zen Cart Logo
Forums / Customization from the Admin / Home page images?

Home page images?

Locked

Views: 1,313

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
18 Mar 2008, 5:58 PM
#1
roger06 avatar

roger06

New Zenner

Join Date:
Jan 2008
Posts:
51
Plugin Contributions:
0

Home page images?

Hi

How can I add / change images on the home page? ie not product images but branding images that need to be changed often.

I know it's possible by using the EZ Page editor but, it seems, only specifying an image URL rather than uploading one which my client won't be able to cope with .

Thanks

19 Mar 2008, 1:51 PM
#2
0be1 avatar

0be1

Totally Zenned

Join Date:
Sep 2004
Location:
Murfreesboro, TN
Posts:
479
Plugin Contributions:
0

Re: Home page images?

If you want to take a look at our site we do what you are talking about and we do an image for monthly specials and make it clickable. You can see the site at:

https://www.swansoninc.com

The bad news is two things. One your client is just going to have to learn to get their hands a little dirty (depending on what they want to do) and it is not too bad. The image(s) on the main page would be controlled through the admin log in, then go to tools, define pages editor, and then edit define_main_page.php.

If the text editor is set to plain text, you will want to change it to htmlarea. Now you can add custom code to your hearts delight along with tables, images, formatting, etc.

Give it a try and see what you think. Once your customer does it a few times it will become old hat. The only other warning I can give you, and it vary's from host to host, is if you are using secure (SSL) logins the image(s) may not appear on a secure vs. non-secure login. You or your customer will need to learn what that path is and code it in the define_main_page.php accordingly. And once you set it up and replace images from time to time, just be sure to upload them to the same directory and just change the image name and not the path.

Hope all this makes sense, and Good Luck :D

0be1