View Single Post
  #4  
Old 02-28-2014, 03:02 AM
 
joeid joeid is offline
 

Member
  
Join Date: Mar 2009
Location: Hungary
Posts: 11
 

Default Re: "Safe" remove decimals from prices

Quote:
Originally Posted by cherie
One option is to add another format to number_format in the config table of the database. Then select it in the Appearance settings.

Or if you just want to change that currency function then I would adjust the following line similar to the change you were wanting to make:

$result .= str_replace('$', $config['General']['currency_symbol'] , str_replace('x', $cf_value, $config['General']['currency_format']));

1., I tried add new value for xcart_config tablet numeric_format, but it's do nothing (not show new number fromating on admin).

2., I think this soluton not good for me, becuase if i want export prices, the decimals will show...or not ?
__________________
X-Cart 4.6.2
Reply With Quote