Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

adding a banner ad


itfitz

Recommended Posts

Hi:

 

I can seem to figure out where to place the code for a banner ad. I want it t the bottom of my main page, under the specials.

 

url is www.lotions2go.com

 

thanks,

shawn

If it was easy, anyone could do it!

Link to comment
Share on other sites

ok, I aasume that the banner funtion rotates the banners on the site, however when I enable the banners they dont appear. Any thoughts?

If it was easy, anyone could do it!

Link to comment
Share on other sites

Hi:

 

I can seem to figure out where to place the code for a banner ad. I want it t the bottom of my main page, under the specials.

 

url is www.lotions2go.com

 

thanks,

shawn

 

Hey Shawn how do you get that marquee on you man page do that "48 Days left for Christmas"

Wade Morris

Amarillo, Texas

 

Before you do any changes on your site you need to do BACKUP! BACKUP!

Link to comment
Share on other sites

Hey Shawn how do you get that marquee on you man page do that "48 Days left for Christmas"

 

its a script in catalog/includes/header.php. here it is below:

 

<marquee scrollamount="6" bgcolor="fff8dc" behavior=alternate><font color="#FF3B57" size="+1" face="verdana">

<script LANGUAGE="JavaScript">var date = new Date('December 25, 2006');var now = new Date();var diff = date.getTime() - now.getTime();var days = Math.floor (diff / (1000 * 60 * 60 * 24));document.write('Only');document.write(days+1 + ' Days To Christmas');</SCRIPT></marquee></font>

 

after the 25th change it from December 25, 2006 to 2007 and it will start all over again.

If it was easy, anyone could do it!

Link to comment
Share on other sites

its a script in catalog/includes/header.php. here it is below:

 

<marquee scrollamount="6" bgcolor="fff8dc" behavior=alternate><font color="#FF3B57" size="+1" face="verdana">

<script LANGUAGE="JavaScript">var date = new Date('December 25, 2006');var now = new Date();var diff = date.getTime() - now.getTime();var days = Math.floor (diff / (1000 * 60 * 60 * 24));document.write('Only');document.write(days+1 + ' Days To Christmas');</SCRIPT></marquee></font>

 

after the 25th change it from December 25, 2006 to 2007 and it will start all over again.

 

Where and how do put that code?

Wade Morris

Amarillo, Texas

 

Before you do any changes on your site you need to do BACKUP! BACKUP!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...