Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Sep 2010
    Posts
    32
    Plugin Contributions
    0

    Idea or Suggestion How to check product_info page?

    Hi,

    Is there any possible way in zencart through which i can check that whether the current page is product_info or not?

    For example, Check Home page (Index Page)

    <?php

    if(this_is_home_page){

    ?>

    SOME CODE GOES HERE...

    <?php
    }
    ?>


    The similar Way i want to check product info page.

    Its very urgent please

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: How to check product_info page?

    $current_page_base
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Sep 2010
    Posts
    32
    Plugin Contributions
    0

    Default Re: How to check product_info page?

    Thank you for the info.


    I find some other solution too..

    <?php if($_GET['main_page']!='product_info'){?>

    Again Thank you.

  4. #4
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: How to check product_info page?

    $current_page_base comes from $_GET['main_page'], but is more reliable than $_GET['main_page']
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. How to Remove Categories sidebox From product_info.php page?
    By none in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 27 Jul 2011, 07:31 AM
  2. Custom html_header.php for product_info page - How?
    By profitshock in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Jun 2010, 09:58 PM
  3. How to Get product_info information on shopping_cart page
    By sushilkumarpandey in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 4 Aug 2009, 08:17 AM
  4. How do I move price on index but not product_info page?
    By shinyadornments in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 31 Jan 2008, 03:37 AM
  5. how to hide a specific attribute from the product_info page
    By Virogenesis in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 5 Jan 2008, 12:18 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