Results 1 to 6 of 6
  1. #1
    Join Date
    Sep 2004
    Posts
    335
    Plugin Contributions
    0

    Default image/banner rotator

    Has anyone been able to create on zen-cart the advertising board, similar to the one on walmart.com, where they have 4 seperate banners on constant rotation

  2. #2
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: image/banner rotator


  3. #3
    Join Date
    May 2011
    Posts
    1
    Plugin Contributions
    0

    Default Re: image/banner rotator

    This module looks like it does the trick however I need some thing with a management back end so that my client can manage the banner.

  4. #4
    Join Date
    Aug 2007
    Location
    Fort Worth, Texas, United States
    Posts
    177
    Plugin Contributions
    0

    Default Re: image/banner rotator

    Has anyone been able to do as rossmann requested? I'm sure it's a matter of updating the links, but I'm at a lost. I have this code that I want to pull from banner position 3

    <li><a href="#"><img alt="" src="/images/725x300banner.jpg" /></a>

    Any ideas? There would be a maximum of 3 lists.

  5. #5
    Join Date
    Aug 2007
    Location
    Fort Worth, Texas, United States
    Posts
    177
    Plugin Contributions
    0

    Default Re: image/banner rotator

    I know I'm close. It's pulling from the admin but I'm only getting one banner out of the two that are loaded in the database. can someone please review my code and tell me where I went wrong?


    <?php
    if (SHOW_BANNERS_GROUP_SET3 != '' && $this_is_home_page && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET3)) {
    if ($banner->RecordCount() > 0) {
    ?>

    <!-- bof Easy Slider 1.7 -->
    <div id="container">
    <div id="content">
    <div id="slider">
    <ul>
    <li id="bannerThree" class="banners"><?php echo zen_display_banner('static', $banner); ?></li>

    </ul>
    </div>
    </div>
    </div>
    <!-- eof Easy Slider 1.7 -->






    <?php
    }
    }
    ?>

  6. #6
    Join Date
    Aug 2011
    Posts
    13
    Plugin Contributions
    0

    Default Re: image/banner rotator

    Quote Originally Posted by misty View Post
    Has anyone tested this mod with zen cart 1.3.9?

 

 

Similar Threads

  1. Image Rotator Issues
    By newbie11 in forum General Questions
    Replies: 2
    Last Post: 12 Jan 2012, 06:13 PM
  2. XML Flash Banner Rotator
    By soyJoJo in forum General Questions
    Replies: 0
    Last Post: 29 Jul 2010, 11:34 AM
  3. Banner Rotator
    By Berserker in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 Jun 2009, 07:53 PM
  4. Image Rotator in Blank Sidebox
    By Berserker in forum Basic Configuration
    Replies: 4
    Last Post: 9 Feb 2008, 06:33 PM

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