Index: www-lp/www/includes/classes/PriceFormatter.php =================================================================== diff -u -r20 -r21 --- www-lp/www/includes/classes/PriceFormatter.php (.../PriceFormatter.php) (revision 20) +++ www-lp/www/includes/classes/PriceFormatter.php (.../PriceFormatter.php) (revision 21) @@ -1022,7 +1022,7 @@ // ([4])-->BEGIN[SI-LINDER-PARTNER-2][OSC][SubTaskDescription]::END // ([5])-->BEGIN[SI-LINDER-PARTNER-2][OSC][SubTaskDescription]::END // ([7])-->BEGIN[SI-LINDER-PARTNER-2][OSC][SubTaskDescription]::END - $lc_text = '' . str_replace(TEXT_PRICE_BREAKS, 'Quantité
', TEXT_PRICE_BREAKS) . '' + $lc_text = '' . str_replace(TEXT_PRICE_BREAKS, 'Dès
', TEXT_PRICE_BREAKS) . '' . $currencies->afficher_prix_ttc($this->lowPrice, tep_get_tax_rate($this->taxClass)) . '  TTC
'; // Dispose d'un prix base à l'unité (exemple: includes/modules/product_listing.php -> index.php) @@ -1213,7 +1213,7 @@ // ([1])-->[SI-LINDER-PARTNER-2][OSC][SubTaskDescription]::BEGIN // ([2])-->[SI-LINDER-PARTNER-2][OSC][SubTaskDescription]::BEGIN // -> VDQPBPP135 : possibilité d'aligner les prix à gauche/droite - function getPriceStringVersion2($style='productPriceInBox', $align='right', $mode='Standard', $ttc_displayer='Non!') { + function getPriceStringVersion2($style='productPriceInBox', $align='right', $mode='Standard', $ttc_displayer='Oui!') { // <- VDQPBPP135 global $currencies; @@ -1222,7 +1222,7 @@ // ([6])-->BEGIN[VTAB-TEAM-LINDER-PARTNER-1][OSC][SubTaskDescription]::END $customerProfile = 'pf:Standard'; - + $affichageTTC = $ttc_displayer; // ([18])-->[SI-LINDER-PARTNER-2][OSC][SubTaskDescription]::BEGIN $cssClassOfTableDisplayPriceBreak = ''; @@ -1234,15 +1234,18 @@ // ([7])-->[VTAB-TEAM-LINDER-PARTNER-1][OSC][SubTaskDescription]::BEGIN if ($is_partner == true) { $customerProfile = 'pf:Partenaire'; + $affichageTTC = 'Non!'; } else if (is_pro_customer() == true) { $customerProfile = 'pf:Professionnel'; + $affichageTTC = 'Non!'; } // ([7])-->[VTAB-TEAM-LINDER-PARTNER-1][OSC][SubTaskDescription]::END } else { // VDALLOWPB // $cssClassOfTableDisplayPriceBreak = '--pleaseNotDisplayMyPriceTable ---orAdaptFor --standardOrVisitorCustomer'; $cssClassOfTableDisplayPriceBreak = '--pleaseDisplayMyPriceTable ---orAdaptFor --proOrPartnerCustomer'; + $affichageTTC = 'Non!'; // $customerProfile = 'pf:Professionnel'; } } else { @@ -1254,7 +1257,7 @@ // ([18])-->[SI-LINDER-PARTNER-2][OSC][SubTaskDescription]::END // ([6])-->BEGIN[SI-LINDER-PARTNER-2][OSC][SubTaskDescription]::END - $affichageTTC = $ttc_displayer; + //$affichageTTC = $ttc_displayer; // ([9])-->[SI-LINDER-PARTNER-2][OSC][SubTaskDescription]::BEGIN $classPriceFormatter__referencers = array(