";
if($product[0]["digital"]==1)
{
$hiddenVars .= "";
}
else
{
$hiddenVars .= "";
}
return $hiddenVars;
}
function fixedVars()
{
global $module, $orderSum, $config;
$hiddenVars = "
";
if($module['testMode']=="Y")
{
$hiddenVars .= "";
}
else
{
$hiddenVars .= "";
}
return $hiddenVars;
}
///////////////////////////
// Other Vars
////////
$formAction = "https://www2.2checkout.com/2co/buyer/purchase";
$formMethod = "post";
$formTarget = "_self";
$transfer = "auto";
$emailText = "Charges for the purchase will appear on your statement under the name 2Checkout.com\r\n";
$emailText .= "Questions regarding your order should be directed to:\r\n\r\n";
$emailText .= $config['storeName']."\r\n";
$emailText .= $GLOBALS['storeURL']."\r\n";
$emailText .= $config['masterEmail'];
?>