Page 1 of 3 123 LastLast
Results 1 to 10 of 22
  1. #1
    Join Date
    Jul 2006
    Location
    Southern California
    Posts
    109
    Plugin Contributions
    0

    help question Can this be done with banner manager?

    I've seen this on two sites, I think they're Zen carts (but I could be wrong).

    http://www.craftyalien.com/
    http://www.shanalogic.com/

    On the homepage there are three banners (above the new & featured items). Two little ones and a big one that rotate. Is this something that can be done using the banner manager? Is there a mod out there for this?

  2. #2
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Can this be done with banner manager?

    It's built it ZC already.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  3. #3
    Join Date
    Jul 2006
    Location
    Southern California
    Posts
    109
    Plugin Contributions
    0

    Default Re: Can this be done with banner manager?

    How do you do it? I can only figure out the sidebox and bottom of page banners.

  4. #4
    Join Date
    Jul 2006
    Location
    Southern California
    Posts
    109
    Plugin Contributions
    0

    Default Re: Can this be done with banner manager?

    anyone know?

  5. #5
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: Can this be done with banner manager?

    There are 6 possible banner locations in the header, main section and footer - You can pick the code for them up and move it around. Just remember which one you put where.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  6. #6
    Join Date
    Jul 2006
    Location
    Southern California
    Posts
    109
    Plugin Contributions
    0

    Default Re: Can this be done with banner manager?

    Thanks. I'm not sure where I would find this code? I'm sure I can figure it out if you point me in the right direction.

    I set up test banners and have them all appearing on my site right now but they aren't really in the right places.

  7. #7
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: Can this be done with banner manager?

    Open your Admin> Tools> Developers Tool Kit - in the lower left hand box enter: SHOW_BANNERS - choose all of the Catalog files - That will bring up all the ifles that has that phrase. Look for the template files that you want to make changes to.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  8. #8
    Join Date
    Jul 2006
    Location
    Southern California
    Posts
    109
    Plugin Contributions
    0

    Default Re: Can this be done with banner manager?

    Thank you!! I got it set up perfect!

    Now I just have to figure out how to get it to show only on the home page.

  9. #9
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Can this be done with banner manager?

    PHP Code:
    if($this_is_home_page){
    // put the banner code here

    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  10. #10
    Join Date
    Jul 2006
    Location
    Southern California
    Posts
    109
    Plugin Contributions
    0

    Default Re: Can this be done with banner manager?

    Thanks! But I can't get it to work. This is what I put:

    Code:
    <?php
    
    if($this_is_home_page){ 
    <center><table width="540" cellspacing="0" cellpadding="0" border="0">
            <tr>
                <td valign="top" align="left"><?php
      if (SHOW_BANNERS_GROUP_SET1 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET1)) {
        if ($banner->RecordCount() > 0) {
    ?>
    <div id="bannerOne" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>
    <?php
        }
      }
    ?></td>
                <td valign=" top" align="left" rowspan="2"><?php
      if (SHOW_BANNERS_GROUP_SET3 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET3)) {
        if ($banner->RecordCount() > 0) {
    ?>
    <div id="bannerThree" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>
    <?php
        }
      }
    ?></td>
            </tr>
            <tr>
                <td valign="top" align="left"><?php
                  if (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2)) {
                    if ($banner->RecordCount() > 0) {
    ?>
          <div id="bannerTwo" class="banners"><?php echo zen_display_banner('static', $banner);?></div>
    <?php
                    }
                  }
    ?></td>
            </tr>
    </table></center> } ?>
    I don't know php at all so it may be something simple help?

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. Can this be done with Zen Cart?
    By BBQ148 in forum General Questions
    Replies: 1
    Last Post: 11 Dec 2010, 06:16 PM
  2. [Done v1.3.8] Banner manager
    By draftdesign in forum Bug Reports
    Replies: 6
    Last Post: 26 May 2010, 10:09 AM
  3. Can this be done with Zen Cart??
    By kldezine in forum General Questions
    Replies: 2
    Last Post: 29 Apr 2009, 12:03 PM
  4. Can this be done with Zencart.....
    By waghelak in forum General Questions
    Replies: 4
    Last Post: 16 Jul 2007, 09:07 PM
  5. Can this be done with Product Type?
    By rwoody in forum Setting Up Categories, Products, Attributes
    Replies: 17
    Last Post: 14 Oct 2006, 09:51 PM

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