![]() |
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?
|
Re: More than 3 columns product display
In skin1/customer/main/products.tpl
change... Code:
$config.Appearance.products_per_row lt 4 Code:
$config.Appearance.products_per_row lt 6 |
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? |
Re: More than 3 columns product display
Well you would also need to change your appearance options to 5 :)
|
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.
|
Re: More than 3 columns product display
Quote:
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 |
Re: More than 3 columns product display
What skin would that be?
|
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. |
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 :)
|
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.