Jump to content
xt:Commerce Community Forum

Preisanzeige


Hingerle

Recommended Posts

zeile 368:

$price = '<span class="productOldPrice">'.MSRP.$this->xtcFormat($pPrice, $format).'</span>

'.YOUR_PRICE.$this->checkAttributes($pID).$this->xtcFormat($sPrice, $format);

ersetzen durch:

$price = '<span class="productOldPrice">'.''.MSRP.''.$this->xtcFormat($pPrice, $format).'</span>

'.''.YOUR_PRICE.''.$this->checkAttributes($pID).$this->xtcFormat($sPrice, $format);

wie du siehst sind einfach nur bold-tags um die sprachvariablen gesetzt, bei anderen preisformatierungen analog vorgehen.

Link to comment
Share on other sites

  • 3 weeks later...

Hallo,

ich habe das ebenfalls probiert.

zeile 368:

$price = '<span class="productOldPrice">'.MSRP.$this->xtcFormat($pPrice, $format).'</span>

'.YOUR_PRICE.$this->checkAttributes($pID).$this->xtcFormat($sPrice, $format);

ersetzen durch:

$price = '<span class="productOldPrice">'.''.MSRP.''.$this->xtcFormat($pPrice, $format).'</span>

'.''.YOUR_PRICE.''.$this->checkAttributes($pID).$this->xtcFormat($sPrice, $format);

habe ich ausgetauscht, aber da ?ndert sich nicht. Ich kann sogar die Zeile ganz deaktivieren, dann werden die Preise im Shop trotzdem alle Fett angezeigt.

Ich m?chte, da? der alte Preis nicht Fett angezeigt wird, der neue Preis soll aber Fett bleiben. Wo kann man das ?ndern?

Link to comment
Share on other sites

Archived

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

×
  • Create New...