Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2012
    Posts
    100
    Plugin Contributions
    0

    help question Auto Rotating Banner

    I want to bring this feature from my current site into ZenCart:

    I run a query:
    PHP Code:
    $query_Masthead "SELECT Alt, Address FROM mastheads WHERE CURDATE() >= BeginDate AND CURDATE() <= EndDate LIMIT 0, 30 ";
    $URL $row['Address'];
         
    $ALT $row['Alt'];

    $Masthead mysql_query($query_Masthead$whatwouldwaltdo) or die(mysql_error());
    $row_Masthead mysql_fetch_assoc($Masthead);
    $totalRows_Masthead mysql_num_rows($Masthead);
    $URL $row['URL'];
    $ALT $row['Alt']; 
    Then, where the current logo.jpg appears, I want to instead insert:
    HTML Code:
    "><img src = "<?php echo $row_Masthead['Address']; ?>" Alt = "<?php echo $row_Masthead['Alt'] ?>"/>
    Basically, it changes the my company's logo based on pre-defined holidays, a la Google.

    How can I do this in ZenCart?

  2. #2
    Join Date
    Nov 2012
    Posts
    100
    Plugin Contributions
    0

    Default Re: Auto Rotating Banner

    Okay, I used the native functionality of Banner Manager to create the rotating logo.

    However, even though I have start and end dates to trigger the various switching back and forth, they all appear even though it's not their time based on the parameters! I have had to turn all of them inactive except the one that is appropriate!

    http://whatwouldwaltdo.com

 

 

Similar Threads

  1. v150 Setting up a Rotating Banner
    By duke_seb in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 17 May 2012, 10:53 PM
  2. Auto rotating text content on a page
    By shags38 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 16 Sep 2011, 06:36 PM
  3. rotating banner
    By firstmonte in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 15 Mar 2010, 05:12 AM
  4. rotating banner in center
    By Kruna in forum General Questions
    Replies: 4
    Last Post: 28 Jan 2008, 03:23 AM
  5. Rotating banner
    By g0d4lm1ty in forum General Questions
    Replies: 2
    Last Post: 10 Dec 2006, 08:13 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR