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 ?