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

    (@realmag777)

    Hello Martin
    Such feature is in 1.0.7 premium version
    In your case you are need edit some code in index.php, function raw_woocommerce_price, before return
    http://c2n.me/3i8xc3W.png

    if ($this->current_currency == 'CZK')
     {
           $price = number_format(floatval($price), 0, '.', '');
        } else
        {
           $price = number_format(floatval($price), 2, '.', '');
     }
Viewing 1 replies (of 1 total)

The topic ‘decimals’ is closed to new replies.