Index: www-lp/www/includes/classes/PriceFormatter.php
===================================================================
diff -u -r36 -r37
--- www-lp/www/includes/classes/PriceFormatter.php (.../PriceFormatter.php) (revision 36)
+++ www-lp/www/includes/classes/PriceFormatter.php (.../PriceFormatter.php) (revision 37)
@@ -930,7 +930,7 @@
// [TEXT_ON_SALE_BASED_HERE]
// ([1])-->BEGIN[SI-LINDER-PARTNER-2][OSC][SubTaskDescription]::END
// ([4])-->BEGIN[VTAB-TEAM-LINDER-PARTNER-1][OSC][SubTaskDescription]::END
- . '' . str_replace(TEXT_ON_SALE, 'Promotion', TEXT_ON_SALE) . ' '
+ . '' . str_replace(TEXT_ON_SALE, '' . tep_get_specials_indicator($this->thePrice, $this->specialPrice) . '', TEXT_ON_SALE) . ' '
. ''
// ([7])-->[VTAB-TEAM-LINDER-PARTNER-1][OSC][SubTaskDescription]::END
// ([2])-->[VTAB-TEAM-LINDER-PARTNER-1][OSC][SubTaskDescription]::END
@@ -1002,7 +1002,7 @@
// [TEXT_ON_SALE_BASED_HERE]
// ([1])-->BEGIN[SI-LINDER-PARTNER-2][OSC][SubTaskDescription]::END
// ([4])-->BEGIN[VTAB-TEAM-LINDER-PARTNER-1][OSC][SubTaskDescription]::END
- . '' . str_replace(TEXT_ON_SALE, 'Promotion', TEXT_ON_SALE) . ' '
+ . '' . str_replace(TEXT_ON_SALE, '' . tep_get_specials_indicator($this->thePrice, $this->specialPrice) . '', TEXT_ON_SALE) . ' '
. ''
// ([7])-->[VTAB-TEAM-LINDER-PARTNER-1][OSC][SubTaskDescription]::END
// ([2])-->[VTAB-TEAM-LINDER-PARTNER-1][OSC][SubTaskDescription]::END