Index: www-lp/www/includes/functions/general.php =================================================================== diff -u -r45 -r53 --- www-lp/www/includes/functions/general.php (.../general.php) (revision 45) +++ www-lp/www/includes/functions/general.php (.../general.php) (revision 53) @@ -165,7 +165,7 @@ } function tep_get_specials_indicator($products_price, $specials_new_products_price){ - if (LPOSC_SALES_ENABLED == "True"){ + if (LPOSC_SALES_MODE == "Soldes"){ return 'SOLDES: -' . tep_get_sales_percentage($products_price, $specials_new_products_price); } else{ @@ -188,7 +188,7 @@ } function tep_get_specials_indicator_vip($products_cost, $coeff_partner, $specials_new_products_price){ - if (LPOSC_SALES_ENABLED == "True"){ + if (LPOSC_SALES_MODE == "Soldes"){ $percent_vip = tep_get_sales_percentage_vip($products_cost, $coeff_partner, $specials_new_products_price); if($percent_vip == Null || $percent_vip == ''){ return '';