Another challenge I have given myself is to make the right hand column invisible whilst a customer is checking out. I could use
Code:
  $flag_disable_right = true;
but does not give the desired effect to the page.

So is it possible to hid the column not disable it?