Search  
   
Browse by Category
 
Netfirms 24/7 Support .: E-COMMERCE .: Netfirms Commerce Pro .: Configurations and Customizations .: How do I display a category and its products in one line in my Netfirms Commerce Pro store?

How do I display a category and its products in one line in my Netfirms Commerce Pro store?

To display a category and its products all in one line in your Netfirms Commerce Pro store, please follow these steps:

Change the width of the column in ../catalog/index.php:
1. Using an FTP tool (eg. Filezilla) download a copy of both ../catalog/index.php and ../catalog/product_info.php
2. Using a text editor (eg. Notepad) find the line containing the following text:

<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="9">

For each file, change it to:

<td width="200" valign="top"><table border="0" width="200" cellspacing="0" cellpadding="9">

NOTE: By changing the value of width to any number you can increase or decrease the width of the column.

For example, following the instructions above will allow:

Aluminum Pipe
Fittings->

to display as:
Aluminum Pipe Fittings->

How helpful was this article to you?


.: Powered by Lore 1.5.6
Visit Netfirms.com Web Hosting | Copyright © 1998 - 2009 Netfirms, Inc. All Rights Reserved.