X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   More than 3 columns product display (https://forum.x-cart.com/showthread.php?t=31624)

amcc 06-03-2007 10:26 PM

More than 3 columns product display
 
I have used appearance options to get a 3 column display. But I want a 5 column display, how is this possible?

PhilJ 06-04-2007 01:39 AM

Re: More than 3 columns product display
 
In skin1/customer/main/products.tpl

change...
Code:

$config.Appearance.products_per_row lt 4
to...
Code:

$config.Appearance.products_per_row lt 6

amcc 06-04-2007 08:26 PM

Re: More than 3 columns product display
 
Thanks, however it didn't work. My appearance options are set to 0 columns and products.tpl now looks like:

$config.Appearance.products_per_row ne "" and $config.Appearance.products_per_row gt 0 and $config.Appearance.products_per_row lt 6 and ($featured eq "Y" or $config.Appearance.featured_only_multicolumn eq "N")}

Any ideas on what else I need to do?

balinor 06-05-2007 02:26 AM

Re: More than 3 columns product display
 
Well you would also need to change your appearance options to 5 :)

amcc 06-05-2007 04:41 PM

Re: More than 3 columns product display
 
Cheers thanks, I thought I had already tried it and it didn't work. Works fine this time though.

sjbt 10-09-2007 01:36 PM

Re: More than 3 columns product display
 
Quote:

Originally Posted by PhilJ
In skin1/customer/main/products.tpl

change...
Code:

$config.Appearance.products_per_row lt 4
to...
Code:

$config.Appearance.products_per_row lt 6



I'm trying to troubleshoot why, when I have appearance set to 3, I still get only one column. I think it's because of the skin I'm using. I like this skin otherwise so I'm wondering where in this template this code should go?

Thanks

balinor 10-09-2007 01:40 PM

Re: More than 3 columns product display
 
What skin would that be?

sjbt 10-09-2007 01:57 PM

Re: More than 3 columns product display
 
7Dana's Blue
http://www.7dana.com/shop/X-Cart-7Blue-p-28.html

The category page has stylized rows of alternating colors.

balinor 10-09-2007 02:01 PM

Re: More than 3 columns product display
 
Going to need to ask 7dana about that, as I doubt they want you posting their code here :)

sjbt 10-09-2007 02:24 PM

Re: More than 3 columns product display
 
All I wanted was to know where it normally goes. Didn't plan to post proprietary code.

Thanks


All times are GMT -8. The time now is 04:50 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.