if (isset($_POST['choice'])) {
// Start session support
session_start();
// Set the session var
$_SESSION['choice'] = $_POST['choice'];
// Redirect to a following page
header("Location: index.php?option=com_virtuemart&Itemid=". $Itemid. "");
}
//$choice_orig = $_SESSION['choice'];
$choice_orig='Carryout';
if( vmIsJoomla( '1.5' ) ) {
// Set the validation value
$validate = JUtility::getToken();
} else {
$validate = function_exists( 'josspoofvalue' ) ? josSpoofValue(1) : vmSpoofValue(1);
}
?>
Would you like to have your food delivered or are you coming in to pick it up?
Don't have an account already? Click below to create an account.
//session_start();
//$choice = $_SESSION['choice'];
session_start();
$_SESSION['choice']='Carryout';
$choice='Carryout';
?>
Would you like to have your food delivered or are you coming in to pick it up?
Don't have an account already? Click below to create an account.
