include_once ( $_SERVER['DOCUMENT_ROOT'] . '/incl/pageInitializer.php');# ?>
$orderStep="instructions";
// $domainName will come from Query string, but if not, get it from the cookie
if (empty($domainName)) {
// get domain name saved from cookie
$domainName = $HTTP_COOKIE_VARS["domainlist"];
}
// should get CustID from the query string, but if not, then get custID from the cookie
if (empty($custID)) {
// eventually will get $cust_ID from a sign-in procedure or post vars but not yet
$custID = $HTTP_COOKIE_VARS["custID"];
}
// get the info about the $siteID
$buildStyleDropDown = false;
include("getSiteInfo.php");#
?>
// set default images and classes for the left nav
$instructionsImage="![]() "; $instructionsClass="leftnav_inactive"; $instructionsBorderStyle=""; $domainImage=" ![]() "; $domainClass="leftnav_inactive"; $domainBorderStyle=""; $styleImage=" ![]() "; $styleClass="leftnav_inactive"; $styleBorderStyle=""; $featuresImage=" ![]() "; $featuresClass="leftnav_inactive"; $featuresBorderStyle=""; $checkoutImage=" ![]() "; $checkoutClass="leftnav_inactive"; $checkoutBorderStyle=""; // set new images to white images if the related step is the "active" step switch ($orderStep) { case "instructions": $instructionsImage=" ";
$instructionsClass="leftnav_active";
$instructionsBorderStyle = "border: 1px outset";
break;
case "domain_name":
$domainImage=" ";
$domainClass="leftnav_active";
$domainBorderStyle = "border: 1px outset";
break;
case "site_style":
$styleImage=" ";
$styleClass="leftnav_active";
$styleBorderStyle = "border: 1px outset";
break;
case "site_features":
$featuresImage=" ";
$featuresClass="leftnav_active";
$featuresBorderStyle = "border: 1px outset";
break;
case "checkout":
$checkoutImage=" ";
$checkoutClass="leftnav_active";
$checkoutBorderStyle = "border: 1px outset";
break;
default:
}
?>
|
Congratulations! The order process is easy: The whole process should take less than 10 minutes. As you go through the order
process, your progress will be shown on the left. Your selections will be saved at each
step so you are free to move forward and backwards throughout the order process and
change previous selections until you check out. At that point, your selections will be
reserved exclusively for you and once payment is processed, your choices will be
used to create your personal website.
|
|||||||||||||||||||||
|
||||||||||||||||||||||