Hi,

I have a question about removing a menu.

On the /admin/orders.php page I have the admin menu on the left hand side of the page. FINE AND DANDY!

Then I click on "edit" for a particular order and of course the edit orders page comes up. /admin/orders.php?page=1&oID=1171&action=edit

This is the page I print out my orders from for our files.

PROBLEM - on the left hand side of this page is of course the menu. When I print out the order from this location it also prints out the menu on the side of every order.

I would like NOT to print out the menu and for this page (since there are back buttons on it) I do NOT even need the menu on it at all.

Well, I found out a way to take the menu off of the orders.php page but it comes off of BOTH pages. The orders page with all the orders listed and the individual page that I am wanting to print off.

QUESTION: Does anyone know how to get the menu off of the Individual order page ONLY and still leave it on the main orders page?

Any help are direction would be appreciated.