sodiummd Posted November 30, 2004 Report Share Posted November 30, 2004 hallo, ich hab da mal was entdeckt, was mich ein wenig stutzig gemacht hat... und zwar: function xtcFormatSpecialDiscount($discount,$pPrice,$format) { $sPrice = $pPrice-($pPrice / 100)*$discount; if ($format) { return '<font size="-1" color="#000000">Statt ' .$this->xtcFormat($pPrice,$format). '</font> Nur ' .$this->xtcFormat($sPrice,$format). ' <font size="-1">Sie Sparen ' .$discount. '%'; } else { return $sPrice; } } d.h. doch eigentlich, das es die funktion geben muss, das angezeigt wird, wieviel man bei einem sonderangebot gegen?ber dem normalen Preis spart... kann mir jemand verraten, wo ich diese funktion aktivieren kann??? hab jetzt schon alles durchsucht... danke Link to comment Share on other sites More sharing options...
xray666666 Posted September 16, 2005 Report Share Posted September 16, 2005 Wenn du einen maximal Rabatt beim Produkt vergibts und die Kundengruppe die bestellt Rabattberechtigt ist, dann wird der Rabatt mit "Sie sparen" angezeigt. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.