How can I remove the right column on the product info pages? I'd like to make the center area wider, stretching all the way to the right.
My site is www. b l o w o u t p a r t y .com
Thanks!
How can I remove the right column on the product info pages? I'd like to make the center area wider, stretching all the way to the right.
My site is www. b l o w o u t p a r t y .com
Thanks!
Ao,
Click on the Tutorials/FAQ and search for remove right column
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
thank you, I'll check it out now
Post back if you have any problems...
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Thank you so much again, I was able to change what I wanted, and I'm so happy with the results.
Aoren,
Just curious for me and other zenners who read this thread..
What was your fix??????![]()
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
I added this to my tpl_main_page.php file in the common folder:
if (in_array($current_page_base,explode(",",'product_info')) ) {
$flag_disable_right = true;
}