Results 1 to 10 of 14

Hybrid View

  1. #1
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: Adding content to main page above and below "Featured" products???

    You need to put some restriction on where the additional content must appear.

    Look here for some ideas:

    http://www.zen-cart.com/forum/showthread.php?t=55487
    20 years a Zencart User

  2. #2
    Join Date
    Feb 2008
    Posts
    174
    Plugin Contributions
    0

    Default Re: Adding content to main page above and below "Featured" products???

    Awesome! I just tried this:

    <!--additional content below featured products-->
    <?php if ($this_is_home_page)
    { ?>

    INSERT HTML HERE

    <?php } ?>

    <!-- eof additional content below featured -->

    THANK YOU!
    Last edited by aly22; 7 May 2009 at 03:57 PM. Reason: Figured it out thanks to schoolboy

  3. #3
    Join Date
    Jan 2009
    Location
    Montreal, Canada
    Posts
    228
    Plugin Contributions
    0

    Default Re: Adding content to main page above and below "Featured" products???

    I've been experimenting for half an hour and can't figure out where exactly to put your code without messing up other parts of the page. A little more info, please, for us non-programmers!

    R

  4. #4
    Join Date
    Jan 2009
    Location
    Montreal, Canada
    Posts
    228
    Plugin Contributions
    0

    Default Re: Adding content to main page above and below "Featured" products???

    As is often the case, I experimented a little more and figured it out right after the 7-minute limit to edit or cancel my previous post.

    It goes at line 132 (of tpl_main_page.php):

    PHP Code:
    ....  * prepares and displays center column
      *
      */
     require($body_code); ?>
    <!--additional content below featured products-->    
    <?php if ($this_is_home_page)
    ?> 
    YOUR TEXT OR CODE
    <?php ?>    
    <!-- eof additional content below featured -->
    <?php
      
    if (SHOW_BANNERS_GROUP_SET4 != ......
    Thanks!

    R

  5. #5
    Join Date
    Feb 2009
    Posts
    17
    Plugin Contributions
    0

    Default Re: Adding content to main page above and below "Featured" products???

    Will this work even if the featured products is not currently displayed?

  6. #6
    Join Date
    Feb 2009
    Posts
    78
    Plugin Contributions
    0

    Default Re: Adding content to main page above and below "Featured" products???

    This is exactly almost what I want !

    I have a bilingual website, how could I add a user defined box here, instead of just having content ? I can set up the box, I just don't know how to call it.

    Thank you !

  7. #7
    Join Date
    Feb 2009
    Posts
    78
    Plugin Contributions
    0

    help question Re: Adding content to main page above and below "Featured" products???

    Please, could someone help me out with this ?

    Thanks in advance

 

 

Similar Threads

  1. "Show Featured Products on Main Page" set to 1 does nothing
    By ekon79 in forum Basic Configuration
    Replies: 10
    Last Post: 1 Mar 2011, 04:24 PM
  2. Replies: 1
    Last Post: 10 Feb 2011, 06:36 AM
  3. How to: new/featured main page - "buy now/details" change to "design" with attributes
    By ladybugmom in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 18 Jan 2011, 11:23 AM
  4. Adding Manufacturer Name to "Featured Products" as Main Page
    By jenniferuth in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 12 Apr 2010, 10:49 PM
  5. make product details show up in "featured products" center box on main page
    By traypup in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 31 Mar 2009, 01:41 AM

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