View Single Post
  #8  
Old 05-21-2005, 03:12 AM
 
Online Michael Online Michael is offline
 

eXpert
  
Join Date: Mar 2005
Location: Melbourne, Australia
Posts: 273
 

Default

Quote:
Originally Posted by zardos
Hi Online Michael

Did you enable it in your admin under general settings from 3 columns to 4

I did now... and it works fantastic. Sorry about that, I thought that simply changing 4 to 5 was all that needed doing. Thanks for your help Zardos.

However, I'm not out of the woods yet. What I would like to do is make the 'featured products' dialog a 2 column products dialog while everything else is in 4 column format (particularly the 'product listing' page). Would this be too difficult to do? I've tried to do it using the following method:

I duplicated the products.tpl file by naming it products_featured.tpl and then changed all references in the featured.tpl

From:

Code:
{include file="customer/main/products.tpl" products=$f_products featured="Y"}

to:

Code:
{include file="customer/main/products_featured.tpl" products=$f_products featured="Y"}

I then started editing the products_featured.tpl file to make it into a 2 column format and not matter what I did, I either got 4 columns or nothing at all.

Has anyone managed to do this kind of thing before?
__________________
X-Cart 5.3.5.4
Reply With Quote