[TYPO3-german] tt_products - marker erstellen!

Franz Holzinger franz at fholzinger.com
Thu Mar 30 08:03:45 CEST 2006


Hallo

> Also 10,00 EUR als Wert 1000.
> 
> wie ist das möglich? leider werden ja phpbefehle nicht ausgeführt.
> 
> 
> $markerArray['###PRICE_TOTAL_TAX_IPAY###']=str_replace(",",
> "",$this->price->priceFormat($actItem['totalTax']));
> 
> 
Es muß nicht unbedingt das ',' die Nachkommastelle angeben. Ev. ist es
ein '.'.

$markerArray['###PRICE_TOTAL_TAX_IPAY###']=intval($actItem['totalTax'] *
100);


Gruß,

Franz



More information about the TYPO3-german mailing list