Quote Originally Posted by lat9 View Post
I was able to disable the header on the checkout_one page by adding the file /includes/modules/pages/checkout_one/header_php_no_header.php containing
Code:
<?php
$flag_disable_header = true;
To also disable the header on the checkout_one_confirmation page, just copy that file to the /includes/modules/pages/checkout_one_confirmation directory.
VERY GOOD!!!
If that is documented someplace I could not find it...

While we're at it is there a way to get Zen cart to add the hyphens when entering phone numbers with an iPhone or iPad telephone keypad. (Not the regular keyboard)
( Like when you are registering a new account)

Thank You Very Much!!