|
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->
|
|
Article
|
321
|
|
Created
|
4-28-2005
|
|
Modified
|
10-19-2005
|
|
Author
|
Netfirms
|
|