Quote:
Originally Posted by Learner
Hi,
How to make home page single and the remaining category,manufactures page 2 column??
|
Hi, sorry for the delay in response.
I'm not 100% sure about how do modify your version of X-Cart. But for your healthshoppe website you will be using a similar code to xtech.
{ if $main eq "product"}
or
{ if $main eq "home"}
In which you will use this if statement to determine if the page is on the product page or home page and then make modifications to the center container and disable the left and right bar accordingly.