Viewing 1 replies (of 1 total)
  • Plugin Author RealMag777

    (@realmag777)

    Hello
    index.php
    function raw_woocommerce_price

    before return $price

    if($this->current_currency == 'JPY'){
      $price =round($price,-3, PHP_ROUND_HALF_UP);
    }

    smth like this ??

Viewing 1 replies (of 1 total)
  • The topic ‘price round on selected currency’ is closed to new replies.