itfitz Posted November 7, 2006 Share Posted November 7, 2006 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 More sharing options...
itfitz Posted November 7, 2006 Author Share Posted November 7, 2006 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 More sharing options...
Andrew Yuen Posted November 7, 2006 Share Posted November 7, 2006 Have you read http://www.oscommerce.info/kb/osCommerce/A..._Tool/Tools/148 ? Andrew Yuen osCommerce, Community Team Link to comment Share on other sites More sharing options...
mtechama Posted November 7, 2006 Share Posted November 7, 2006 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 More sharing options...
itfitz Posted November 7, 2006 Author Share Posted November 7, 2006 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 More sharing options...
mtechama Posted November 9, 2006 Share Posted November 9, 2006 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.