Jump to content
xt:Commerce Community Forum

"sie Sparen" - Funktion Einstellen


sodiummd

Recommended Posts

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

  • 9 months later...

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...