Testovací stránka
položka | množství | cena/ks | cena celkem | |||||||
---|---|---|---|---|---|---|---|---|---|---|
#if($this.IsHidden($entry)==false) $this.GetProductName($entry)#else$this.GetProductName($entry) #end | #if($this.CanShowPrice($entry)==true)$entry.Quantity $this.GetUnit($entry) | #if($this.CurrencyCode=="EUR") $this.Round($this.GetEntrySinglePriceValue($entry,true),2) #else #if($this.round($this.GetEntrySinglePriceValue($entry,true),2)<$this.round(10,0))$this.round($this.GetEntrySinglePriceValue($entry,true),2)#else $this.round($this.GetEntrySinglePriceValue($entry,true),0),00#end #end | #if($this.CurrencyCode=="EUR") $this.Round($this.GetEntryTotalPriceValue($entry,true),2) #else #if($this.round($this.GetEntryTotalPriceValue($entry,true),2)<$this.round(10,0))$this.round($this.GetEntryTotalPriceValue($entry,true),2)#else $this.round($this.GetEntryTotalPriceValue($entry,true),0),00#end | #end #end