View Single Post
  #6  
Old 04-29-2009, 01:56 AM
  ElegantXMods.com's Avatar 
ElegantXMods.com ElegantXMods.com is offline
 

Advanced Member
  
Join Date: Apr 2009
Location: Stirling, UK
Posts: 94
 

Default Re: Hide Left & Right Columns On Specific Page Product.php

Hi there,

In that case, just change the code from my previous post:

Code:
{if $main eq "pages" or ($main eq "product" and $product["productid"] eq 111)} {include file="customer/home_main.tpl"} {else}

to:

Code:
{if $main eq = "pages" or $main eq "product"} {include file="customer/home_main.tpl"} {else}
__________________
John
ElegantXMods.com

QuickOrder AJAX-based search and ordering system now available
giving you complete control over how customers browse and search for your products. Click here for details.
PriceSlider - easily filter categories by price range - only $9.99 - details here

X-Cart 4.1, X-Cart 4.2 on Windows/IIS and Linux/Apache.
Reply With Quote