Results 1 to 8 of 8
  1. #1
    Join Date
    Nov 2012
    Posts
    66
    Plugin Contributions
    0

    Default adding extra images on home page - banners?

    I would like to add two images for product specials that I can manage from my admin. Are these banners? I have one banner activated on my template, I'd like to do two more. Are banners what I need? A plugin? In wordpress this would be solved using "custom fields" or something similar

    Any help is appreciated..

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,024
    Plugin Contributions
    3

    Default Re: adding extra images on home page - banners?

    Assuming you want them to appear in the center column, banners would be one way to go. Hard-coding them into define_main_page (still technically manageable from admin) would be another.

  3. #3
    Join Date
    Nov 2012
    Posts
    66
    Plugin Contributions
    0

    Default Re: adding extra images on home page - banners?

    Quote Originally Posted by stevesh View Post
    Assuming you want them to appear in the center column, banners would be one way to go. Hard-coding them into define_main_page (still technically manageable from admin) would be another.
    I can hard code them into the main page, thats fine. Right now I'm trying to use these two php statements:

    <!-- BOF- BANNER #2 display -->
    <?php
    if (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2)) {
    if ($banner->RecordCount() > 0) {
    ?>
    <div id="bannerTwo"><?php echo zen_display_banner('static', $banner);?></div>
    <?php
    }
    }
    ?>
    <!-- EOF- BANNER #2 display -->

    <!-- BOF- BANNER #3 display -->
    <?php
    if (SHOW_BANNERS_GROUP_SET3 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET3)) {
    if ($banner->RecordCount() > 0) {
    ?>
    <div id="bannerThree"><?php echo zen_display_banner('static', $banner);?></div>
    <?php
    }
    }
    ?>
    <!-- EOF- BANNER #3 display -->

    But its not showing up with both images together for some reason... Ideas? Here is my link: http://o-pd.com/zencart/

    the image on the left only shows the title, not the image once I bring in banner-3...

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,024
    Plugin Contributions
    3

    Default Re: adding extra images on home page - banners?

    Sorry, all I'm seeing in your center column is the slider.

    Have you set the banners to display in the proper place in Admin - Configurations - Layout settings ?

  5. #5
    Join Date
    Nov 2012
    Posts
    66
    Plugin Contributions
    0

    Default Re: adding extra images on home page - banners?

    sorry, here is the link again. http://o-pd.com/zencart/index.php?main_page=index

    For some reason, banner-3 gets duplicated... How can I stop this.

    In my banner display groups I have them setup as: header position 1,2,3 each with corresponding banner-1, banner-2, banner-3...

  6. #6
    Join Date
    Nov 2012
    Posts
    66
    Plugin Contributions
    0

    Default Re: adding extra images on home page - banners?

    Nevermind, I think I got it. Thanks for your help either way...

  7. #7
    Join Date
    Nov 2012
    Posts
    66
    Plugin Contributions
    0

    Default Re: adding extra images on home page - banners?

    Can you direct me to a tutorial or add on I might use to put an email subscribe form in my footer? I can't seem to find much on this...

  8. #8
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,024
    Plugin Contributions
    3

    Default Re: adding extra images on home page - banners?

    The only plugin I know of that allows you to offer newsletter subscriptions to non-customers doesn't work with Zencart version 1.5.X.

 

 

Similar Threads

  1. v150 Adding extra images in product info page.
    By wmorris in forum General Questions
    Replies: 15
    Last Post: 6 Oct 2012, 04:49 PM
  2. Adding text below home page category images
    By davidmorrisuk in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 Sep 2011, 12:21 AM
  3. Adding ads/large images to home page
    By NYsista872 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 30 Mar 2010, 12:49 AM
  4. Adding more images to home page
    By koidragon in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 20 Aug 2008, 06:53 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