Jump to content

Incomplete input field [Admin Currency Add/Edit]


Recommended Posts

I'm still awaiting for ready to use state of this version of Prestashop

 

Admin Currency Add/Edit

As we know, the Prestashop Currency class had following properties:

$id;
$name;
$iso_code;
$iso_code_num;
$conversion_rate;
$deleted = 0;
$active;
$sign;
$format;
$blank;
$decimals;

But somehow until Prestashop 1.7.2.1 released, the Admin Currency Add/Edit page still only provide three fields option configs : `Currency`, `Exchange rate`, `Status`

 

I cannot configure the other class properties, especially : `sign`, `format`, `blank` and `decimals`.

I had to override the controller files to bring the necessary input fields to be displayed on the page so I can edit all of those class properties value.

 

Why not all necessary input fields to configure Currency class properties are provided on this Admin page ?

 

 

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...