Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2012
    Location
    beijing
    Posts
    258
    Plugin Contributions
    1

    Default how to make right column not showing at product page, and other pages showing?

    how to make right column not showing at product page, and other pages showing?
    focus on the open source for online shoping website.
    my site: best shop 24h.com

  2. #2
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: how to make right column not showing at product page, and other pages showing?

    You mean have the right column not show on product pages, but have right column show on other pages?

    Take a look at includes/templates/YOURTEMPLATE/common/tpl_main_page.php

    sph
    prommart com

    zencart 1.5 demo test sites:
    http://www.prom-mart.com/demo-3/
    http://www.prom-mart.com/demo-2/
    http://www.prom-mart.com/demo-1/

  3. #3
    Join Date
    Apr 2012
    Location
    beijing
    Posts
    258
    Plugin Contributions
    1

    Default Re: how to make right column not showing at product page, and other pages showing?

    yes,"have the right column not show on product pages, but have right column show on other pages"
    focus on the open source for online shoping website.
    my site: best shop 24h.com

  4. #4
    Join Date
    Apr 2012
    Location
    beijing
    Posts
    258
    Plugin Contributions
    1

    Default Re: how to make right column not showing at product page, and other pages showing?

    actually,I have just figured out,share,
    /includes/templates/yourtemplate/common/tpl_main_page.php

    below the following code:

    if (COLUMN_RIGHT_STATUS == 0 || (CUSTOMERS_APPROVAL == '1' and $_SESSION['customer_id'] == '') || (CUSTOMERS_APPROVAL_AUTHORIZATION == 1 && CUSTOMERS_AUTHORIZATION_COLUMN_RIGHT_OFF == 'true' and ($_SESSION['customers_authorization'] != 0 or $_SESSION['customer_id'] == ''))) {
    // global disable of column_right
    $flag_disable_right = true;
    }

    add

    if ($_GET['main_page'] == 'product_info') {
    $flag_disable_right = true;
    }
    focus on the open source for online shoping website.
    my site: best shop 24h.com

 

 

Similar Threads

  1. Replies: 14
    Last Post: 20 Oct 2010, 10:43 PM
  2. Ez Pages using Iframe and Right Column and Footer not showing
    By srummery in forum General Questions
    Replies: 1
    Last Post: 1 Oct 2009, 10:22 PM
  3. Product Info Page - Right and Footer Not Showing Up?
    By grafx2g in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 7 Jul 2009, 05:51 PM
  4. Right Column Not Showing
    By dwessell in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 29 Dec 2006, 06:47 AM

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