Hallo Leute,
woran könnte das liegen?
Code-Auszug…
…
…
das funktioniert;
if(document.warenkorb.preisgesamt.value >= 25){
aber das nicht;
if(document.warenkorb.preisgesamt.value >= $GLOBALS[‚cfg_warenkorb_min‘]){
obwohl vorher die Var wie folgt beschrieben wurde;
$GLOBALS[‚cfg_warenkorb_min‘] = 25;
Danke euch.
Grüße
Jürgen