| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Need to display 2 column subcategory for only 1 category | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() For my whole site I am displaying the categories in a 3 column format. What I want to do is display 2 column format only for a certain category.
In the subcategories.tpl there is a line that says Quote:
Any help would be appreciated!
__________________
X-Cart 4.0.14 on Win XP, php 4, mysql 4.1 |
|||||||
#2
|
|||||||
|
|||||||
![]()
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#3
|
|||||||
|
|||||||
![]() Quote:
Thanks for the quick reply! I've been to that post and got and idea but coudn't get anything related to an IF statement for multiple columns for a particular category. If you can find me the code I would be very gratefull!
__________________
X-Cart 4.0.14 on Win XP, php 4, mysql 4.1 |
|||||||
#4
|
|||||||
|
|||||||
![]() {if $cat eq "9" or $cat eq "10" or $cat eq "11" or $cat eq "12"}
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#5
|
|||||||
|
|||||||
![]() Quote:
I tried but didn't work. Quote:
__________________
X-Cart 4.0.14 on Win XP, php 4, mysql 4.1 |
|||||||
#6
|
|||||||||
|
|||||||||
![]() OK, not a programmer by any means, but you are checking to see if the catnum is a ultiple of 3, and then checking to see if it is a multiple of 2....
Code:
this line is checking to see if it is divisiable by 3 in order to start a new row, this creates a 3 column table... what you want to do is check against the cat num, and if true create a 2 column table, so I would do something like... Code:
it may not be correct, but hth
__________________
X-Cart version 5 (Previously 3.5-4) Previous Versions included BCSE Reward Points Mod Altered Cart On Sale Mod Wordpress Plugin Please don't PM me for support. I help where I can on the forum and your question will more likely be answered there. Shout me a Coffee! |
|||||||||
#7
|
|||||||
|
|||||||
![]() Thanks - that worked perfect!
Jeff
__________________
X-Cart 4.0.14 on Win XP, php 4, mysql 4.1 |
|||||||
|
|||
X-Cart forums © 2001-2020
|