$configPath = substr(__DIR__,0,strpos(__DIR__,"/public_html"))."/config.php"; include_once($configPath); $error = true; if (!empty($_SESSION["utente"]) && $_SESSION["utente"]->permission($radice) && $_SESSION["utente"]->permission("mercato")) { $breadcrumb = array(); $breadcrumb["/".$radice."/"] = Modulo::getInfo($radice)["titolo"]; $breadcrumb[""] = __("Visualizza Carrello"); include_once ($beRoot."/layout/top.php"); if(!empty(Market::getOeInMercato())){ $error = false; ?>
| = __("ID") ?> | = __("Denominazione") ?> | = __("Marca") ?> | = __("Fornitore") ?> | = __("Quantita") ?> | = __("Prezzo") ?> = __("iva esclusa") ?> | ||||
|---|---|---|---|---|---|---|---|---|---|
| = $record["idVenditore"] ?> | = $record["denominazione"] ?> | = $record["brand"] ?> | );">= $oe["ragione_sociale"] ?> | if(empty($record['newVersion']) && $record['attivo'] === 'S'){ ?>= $record['prezzo'] ?> | }else{ ?>= __('Prodotto non Disponibile') ?> if($show){ ?> "> = __("Vedi scheda aggiornata") ?> } ?> | } ?>if($show){ ?> ' title='= __("visualizza") ?>' class='btn btn-info btn-sm'> } ?> | |||
| = __("totale") ?> | € = number_format($totale,2,",","."); ?> | ||||||||