Jump to content

[Solved] Need new currency format


Recommended Posts

If you mean: 0000.00 X

1. classes/Tools.php displayPrice(): about line 205
/* 0000.00 X */
case 5:
$ret = number_format($price, $c_decimals, '.', '').$blank.$c_char;
break;

2. classes/Currency.php getSign(): about line 115
5 => array('left' => &$formated_strings['left'], 'right' => ''),

3. admin/tabs/AdminCurrencies.php DisplayForm(): about line 148
5 => '0000.00 X',

4. Back Office >> Payment >> Currencies
Formatting: 0000.00 X | Blank: X

This is with PrestaShop 1.2.4.0

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...