Riferimenti per il file typo3_src-3.8.1/typo3/ext/tt_products/pi/products_comp_calcScript.inc

Vai al codice sorgente di questo file.

Variabili

 $baseAmount = $this->calculatedSums_tax["goodstotal"]+$this->calculatedSums_tax["shipping"]
 $feePercent = doubleval($conf["feePercent"] ? $conf["feePercent"] : 5.75)
 $compPercent = 100/(1-$feePercent/100)-100
$this calculatedSums_no_tax ["payment"] = $baseAmount/100*$compPercent
$this calculatedSums_tax ["payment"] = $this->calculatedSums_no_tax["payment"] * (1+$conf["feeTax"]/100)


Documentazione delle variabili

$baseAmount = $this->calculatedSums_tax["goodstotal"]+$this->calculatedSums_tax["shipping"]
 

Definizione alla linea 21 del file products_comp_calcScript.inc.

$compPercent = 100/(1-$feePercent/100)-100
 

Definizione alla linea 24 del file products_comp_calcScript.inc.

$feePercent = doubleval($conf["feePercent"] ? $conf["feePercent"] : 5.75)
 

Definizione alla linea 22 del file products_comp_calcScript.inc.

$this calculatedSums_no_tax["payment"] = $baseAmount/100*$compPercent
 

Definizione alla linea 26 del file products_comp_calcScript.inc.

$this calculatedSums_tax["payment"] = $this->calculatedSums_no_tax["payment"] * (1+$conf["feeTax"]/100)
 

Definizione alla linea 27 del file products_comp_calcScript.inc.


Generato il Thu Jan 19 15:27:21 2006 per TYPO3 versione 3.8.1 da  doxygen 1.4.6