';
// ---------------------------------------------------
// Affichage du nom option
// ---------------------------------------------------
if ( $affMContext === true ) echo '
';
else echo '
';
echo '';
echo ' ';
if ( $affMContext === true ) echo '';
// if ( $affMContext === true ) echo '';
else echo '';
echo $libTraduitOptTab[$o];
echo '';
echo '
';
// ---------------------------------------------------
// Affichage de rien (pas de reduc)
// ---------------------------------------------------
echo '
';
echo '';
echo '';
echo '
';
// ---------------------------------------------------
// Quantité opt
// ---------------------------------------------------
if ( $affMContext === true ) echo '
';
else echo '
';
echo $quantiteOptTab[$o];
echo '
';
// ---------------------------------------------------
// TTC opt
// ---------------------------------------------------
if ( $affMContext === true ) echo '
';
else echo '
';
echo '' . $prixOptTab[$o] . ' ';
echo '
';
echo '
';
$o++;
}
$libellesArt .= "";
} catch (PDOException $e) {
if (isset($debug[2]) && $debug[2] == '1') { $debugMsg .= monDebug (1, ['Erreur fetch options :' => $e->getMessage() ] , '');
}
}
}
} catch (PDOException $e) {
if (isset($debug[2]) && $debug[2] == '1') { $debugMsg .= monDebug (1, ['Erreur PDO :' => $e->getMessage(), 'Erreur reqSelect :' => $reqSelect(), ] , ''); }
}
}
else if (isset($debug[2]) && $debug[2] == '1' ) { $debugMsg .= monDebug (1, ['dCde ou idPrd vide dans options.lignes.php ! ' => $dCde ] , '') ;}
?>