Home / حذف decimals در دروپال commerce

حذف decimals در دروپال commerce


در فایل commece.module
در تابع
commerce_currency_format
خط
//$price = number_format(commerce_currency_round(abs($amount), $currency), $currency['decimals'], $currency['decimal_separator'], $currency['thousands_separator']);
با
  $price = number_format(commerce_currency_round(abs($amount), $currency), 0, $currency['decimal_separator'], $currency['thousands_separator']);
جایگزین می کنیم



     RSS of this page