Étiqueté : 

Affichage de 1 message (sur 1 au total)
  • Auteur
    Messages
  • #2994
    Roulian Ross
    Participant
    Points: 29 pts
    Membre 2 étoiles

    J’ai trouvé

    $_product = $cart_item[‘data’];
    $wc = $_product->price;
    $number = $wc; // Replace with the number you wish to round
    $rounding = 0.5;   // Replace this with whatever you want to round to

    $roundedDown = floor($number/$rounding)*$rounding;
    echo $roundedDown;

    par contre je bloque sur le total du panier !

     

    ====================
    depanagewp
    vpsa2
Affichage de 1 message (sur 1 au total)
  • Vous devez être connecté pour répondre à ce sujet.