include_once ( $_SERVER['DOCUMENT_ROOT'] . '/incl/pageInitializer.php');# ?>
|
$debug=TRUE;
// $debug=FALSE;
//get the session singleton reference
require_once ISESS .'/FolioSession.php';
$currSession=FolioSession::getInstance();
$orderStep="checkout";
if (empty($domainName)) $domainName = $_POST['domainName'];
if (empty($siteID)) $siteID = $_POST['siteID'];
if (empty($tranID)) $tranID = $_POST['tranID'];
if (empty($custID)) $custID = $_POST['custID'];
if (empty($siteStyle)) $siteStyle = $_POST['siteStyle'];
if ($debug) {
echo " --values from POST--"; echo " site ID coming in=".$siteID; echo " domainName=".$domainName; echo " site style coming in=".$siteStyle; echo " orderStep=".$orderStep; echo " customer ID coming in=".$custID; echo " tran ID coming in=".$tranID; } if (empty($domainName)) $domainName = $currSession->domainName; if (empty($siteID)) $siteID = $currSession->siteID; if (empty($tranID)) $tranID = $currSession->tranID; if (empty($custID)) $custID = $currSession->custID; if (empty($siteStyle)) $siteStyle = $currSession->siteStyle; if ($debug) { echo " --values from SESSION--"; echo " site ID coming in=".$siteID; echo " domainName=".$domainName; echo " site style coming in=".$siteStyle; echo " orderStep=".$orderStep; echo " customer ID coming in=".$custID; echo " tran ID coming in=".$tranID; } // get the info about the $siteID passed in the Query String // checks the $custID to make sure it's the same customer interested in this $siteID // makes the additional vars available where already saved in the DB // $styleCD // $siteStyleDropDown -- shows list of styles available, in the format of an HTML select tag // $buildStyleDropDown = false; $buildNavDropDown = false; $buildHostingDropDown = true; $getCustInfo = true; include("getSiteInfo.php"); include("getCustInfo.php"); if (!empty($siteID)) { ?> Step 2.1: Check OutGreat! Please provide the following information and you will almost be ready to start your site. } else { ?>SorryBefore you choose the design or features of your website, you first must choose the domain name you want.Please Read the Instructions or begin the process again. Choose Your Domain. } ?> |
IMPORTANT: Masterfolio NEVER provides your information to 3rd parties. We vehemently object to spam. |
||||||||||||||||||||
|
||||||||||||||||||||||