Ahja, die MwSt:
Code:
if ($artikel->fUVP>0)
$artikel->fVKNetto=$artikel->fUVP/(1+$artikel->fMwSt/100);
So wird korrekt tun.
Der Import (
Shop->
wawi) von UVP funktioniert bereits, wird allerdings nur importiert, wenn der Endkundenpreis != Standardpreis.
Die Stelle findet man in dbeS/getArtikel.php al Zeile 65:
Code:
$UVP = 0;
if (get_preisEndkunde($product)!=$product->products_price)
{
$UVP=$product->products_price;
}
XTC hat ja kein spezielles Feld für UVP...