Zen Follower
- Join Date:
- Feb 2009
- Posts:
- 205
- Plugin Contributions:
- 0
Remove or Disable Left Column on Login and Checkout Pages
limelites:
I'm pretty sure this should work then:
if ($current_category_id == 1 or $current_category_id == 4 or $current_category_id == 2 or $current_category_id == 5 or $current_category_id == 7 or $current_category_id == 99 or $current_category_id == 119 or $current_category_id == 121 or $current_category_id == 128 or $current_category_id == 122 or $current_category_id == 123 or $current_category_id == 127 or $current_category_id == 120 or $current_category_id == 100 or $current_category_id == 101) {
$flag_disable_left = true;
>
> Basically, as soon as you browse to any of the sub categories above, your left sidebox would disable.
Yes that works like a charm.
You have been a really great help as i wouldn't have been able to figure that one out even with reading the forums help sections.
Thanks very much.