St Stefan ob Stainz Import
This commit is contained in:
@@ -8,6 +8,6 @@ IVT ID;Typ;Produkt;Standardpreis;Anzahl Kunden;Kunde
|
||||
$types = array('-----', 'xDSL', 'FTTH', 'FTTB', 'DOCSIS', 'Funk', 'Telefon', 'Webhosting', 'Carrier', 'Housing', 'TV');
|
||||
foreach($products as $product_id => $product):
|
||||
?>
|
||||
<?=$product_id?>;"<?=$types[$product['product']->typ]?>";"<?=$product['product']->name?>";<?=$product['product']->price?>;<?=$product['count']?>;<?=($product['customer']) ? $product['customer'] : ""?>;
|
||||
<?=$product_id?>;"<?=$types[$product['product']->typ]?>";"<?=$product['product']->name?>";<?=str_replace('.',',',$product['product']->price)?>;<?=$product['count']?>;<?=($product['customer']) ? $product['customer'] : ""?>;
|
||||
<?php
|
||||
endforeach;
|
||||
|
||||
Reference in New Issue
Block a user