I would like to know how can i remove the Categories box from product.info.php. To expand the page more better
for example:
How can i get the description, and shipping tabs like this:
This is what i currently have:
![]()
I would like to know how can i remove the Categories box from product.info.php. To expand the page more better
for example:
How can i get the description, and shipping tabs like this:
This is what i currently have:
![]()
Last edited by none; 25 Jul 2011 at 09:33 PM.
Go into your template folder>>common and open tpl_main_page.php
all the instruction are in comments on how to disable left column
if not interested in reading then add this before red text
if ($current_page_base == 'product_info') {<br />
$flag_disable_left = true;<br />
}
$header_template = 'tpl_header.php';
Why wouldn't you shut off the columns in the Admin panel?
Jonny
http://meshgraphics.com Where shapes become different shapes than the shapes they had been previously. Me do good ad copy 2
Cuz you want it for the product_info page only.
OK.
Jonny
http://meshgraphics.com Where shapes become different shapes than the shapes they had been previously. Me do good ad copy 2
I get empty pages on my site all of them.if not interested in reading then add this before red text
if ($current_page_base == 'product_info') {<br />
$flag_disable_left = true;<br />
}
$header_template = 'tpl_header.php';
gaurav10feb is offline Report Post Reply With Quote
The <br /> are not supposed to be part of the code.
if ($current_page_base == 'product_info') {
$flag_disable_left = true;
}
$header_template = 'tpl_header.php';
Thank you it did work now. But thing is the product pages width did not expand as i expected. how do i do that?
![]()
We would have to see your site live to know why the standard fix did not work for you.
My site is www.aplushop.com