Thank you for your interest.
Here is a link to my site page in question, this page is in English - the site pages are also in German language!
http://www.simmar.ch/catalog/index.p...en&cPath=81_67
I think it was done this way, but I have not tried.
PHP Code:if (in_array($current_page_base,explode(",",'index&cPath=81_67')) ) {
$flag_disable_right = true;
}
Sadly still does not work.
I also tried stopping side boxes in EZ pages with the following but also did not work - luckily I can turn these off in the admin.
// the following IF statement stops side columns on EZ *
if (in_array($ezpage_id,explode(",",'2,5'))) {
$flag_disable_right = true;
}
I am using V1.5.1 with the classic green template :)
If you want to turn it off when the category is 67, have you tried:
Code:if ($current_category_id == 67 ) { $flag_disable_right = true; }
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Thanks for the update that this worked for you ...![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!