Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2007
    Posts
    16
    Plugin Contributions
    0

    Default Only Show on Home Page...

    Hi,

    I'm relatively new to ZenCart and PHP so please don't flame me. I'm sure this is the easiest thing to answer in the whole world, but here goes!

    I've inserted an extra <div> in to my custom tpl_header.php file. Everything's cool. All I want to do is wrap the <div> with a <?php> if statement that only shows the <div> when I'm on the home page.

    I want this extra div to disappear in every other page.

    Can you please tell me what php if statement I need to test whether I'm on the home page.

    Told you it was easy!!!!

    Best wishes,

    Sigol.

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    20,981
    Plugin Contributions
    25

    Default Re: Only Show on Home Page...

    if ($this_is_home_page) {
    ...your div code...
    }

    This is a Zen Cart variable which is obviously useful.

  3. #3
    Join Date
    Aug 2007
    Posts
    16
    Plugin Contributions
    0

    Default Re: Only Show on Home Page...

    ha ha, that looks difficult

    thanks for that, gjh42 !

    "you don't know what you don't know!"

 

 

Similar Threads

  1. Password dots show upon loading home page
    By ranger_lp in forum General Questions
    Replies: 4
    Last Post: 15 Dec 2010, 09:24 PM
  2. Can't get Featured Products to show on home page with subcat
    By SpeedRacer in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 21 Apr 2008, 09:08 PM
  3. Cant get new products to show on Home Page
    By brimsjewelry in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 14 Dec 2007, 07:09 AM
  4. Show Sub-Categories Directly on Home Page
    By rezilient in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 May 2007, 05:26 PM
  5. How to get the home page to show up
    By bchapp3182 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 3 May 2007, 06:18 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
  •