Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Adding new image to right column box

Adding new image to right column box

Locked

Views: 3,178

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
4 Jul 2006, 3:02 PM
#1
geovino avatar

geovino

New Zenner

Join Date:
May 2005
Posts:
98
Plugin Contributions:
0

Adding new image to right column box

How do I add and image to replace the zen cart image in the right column box with the heading: Have you seen...

I was given info to paste image in:

<div id="navColumnTwoWrapper" style="width: <?php echo BOX_WIDTH_RIGHT; ?>"><?php require(DIR_WS_MODULES . zen_get_module_directory('column_right.php')); ?><img src="pwslogo.gif" alt="Portland Wine Storage" /></div></td> <?php

But it didn't work. http://www.portlandwinegear.com/shop

4 Jul 2006, 3:07 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Adding new image to right column box

The sideboxes for Have you seen and sponsors are banner boxes ...

These are pulling Banners from the settings in the Layout Settings for these sideboxes from the Banner Groups in the Banner Manager ...

4 Jul 2006, 3:19 PM
#3
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Adding new image to right column box

You can do this in:

admin -> tools -> banner manager

The entry (2nd from the bottom) Zen Cart the art of e-commerce SideBox-Banners

Edit this and change the image

4 Jul 2006, 3:34 PM
#4
geovino avatar

geovino

New Zenner

Join Date:
May 2005
Posts:
98
Plugin Contributions:
0

Re: Adding new image to right column box

OK. O got it to add a link but not the logo...
what am I missing?

4 Jul 2006, 3:51 PM
#5
geovino avatar

geovino

New Zenner

Join Date:
May 2005
Posts:
98
Plugin Contributions:
0

Re: Adding new image to right column box

Looks like I finally got it. its confusing beacause they give you two places to put the image, one in the banner file or the image file.

Is there a way to make the center header bar a bit narrower or am I stuck with that?

Also: is there a way to check the shopping cart with out using a credit/debit card?
can I use a dummy number?

Thanks

4 Jul 2006, 5:32 PM
#6
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Adding new image to right column box

When your editing that banner, about half way down you should see:

Image: Browse, or enter local file below
/home/mysticmo/public_html/images/banners/125zen_logo.gif

add your logo in the portion in red.

5 Jul 2006, 9:03 PM
#7
geovino avatar

geovino

New Zenner

Join Date:
May 2005
Posts:
98
Plugin Contributions:
0

Re: Adding new image to right column box

Thanks, I got it working throught the banner manager.