View Single Post
  #8  
Old 05-01-2009, 12:19 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

Where you have the line:

Code:
<!-- main area -->

replace it with

Code:
<!-- main area --> {if $main eq "pages" or $main eq "product"} {include file="customer/home_main.tpl"} {else}

then below that find the line

Code:
{include file="rectangle_bottom.tpl" }

and replace it with

Code:
{/if} {include file="rectangle_bottom.tpl" }
__________________
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