Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to set 2 column website?

How to set 2 column website?

Views: 402

Results 1 to 3 of 3
5 Oct 2011, 9:13 AM
#2
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: How to set 2 column website?

This question has been asked numerous times.

Open includes/templates/YOUR_TEMPLATE_NAME/common/tpl_main_page.php

insert right after the header of the file

 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license [url]http://www.zen-cart.com/license/2_0.txt[/url] GNU Public License V2.0
 * @version $Id: tpl_main_page.php 7085 2007-09-22 04:56:31Z ajeh $
 */

[B]$flag_disable_right = true;[/B]

(rest of the file)
6 Oct 2011, 4:28 PM
#3
dmagic avatar

dmagic

Totally Zenned

Join Date:
Oct 2008
Posts:
594
Plugin Contributions:
0

Re: How to set 2 column website?

That's not what I need.

the homepage is 3 columns.

But after you click on a category will have two columns.

how will be done ?