Jump to content

Checkout page without left and right columns


Recommended Posts

Hello,

 

I am trying to remove both right and left columns when the customer enters the checkout (cart).

 

So basically i would want to go into header.tpl and do something like this:

if (page=order) {

}

else {

<div id="left_column" class="column">{$HOOK_LEFT_COLUMN}</div>

}

 

but i just dont know the syntax for the "if page=order" part.

 

Can anybody help?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...