View Single Post
  #5  
Old 03-18-2013, 08:37 AM
 
Latat Latat is offline
 

Member
  
Join Date: Aug 2005
Location: Hungary
Posts: 25
 

Default Re: I want б╔500 not б╔500.00

Hi, any idea how to do this now in the latest 4.5.4 version?
The referred php file now just contains:

if (!defined('XCART_START')) { header("Location: ../../../"); die("Access denied"); }

function smarty_modifier_formatprice($price, $thousand_delim = NULL, $decimal_delim = NULL, $precision = NULL)
{
return func_format_number($price, $thousand_delim, $decimal_delim, $precision);
}

?>

I really guess it is as simple as earlier, but it is a bit hard to check 5000 files from row to row.
Reply With Quote