Vážení zákazníci, rádi bychom Vás informovali, že z důvodu inventury bude naše středisko v Novém Boru a provozovna v Liberci od 2. do 3. května 2024 uzavřena
Děkujeme za pochopení

Testovací stránka

#foreach($entry in $items) #if($this.CanShowPrice($entry)==true) #end #end #end
položka množství cena/ks cena celkem
#if($this.IsHidden($entry)==false) $this.GetProductName($entry)#else$this.GetProductName($entry) #end $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