gonebdg - webindoshop.com Posted August 27, 2017 Share Posted August 27, 2017 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 More sharing options...
[email protected] Posted August 30, 2017 Share Posted August 30, 2017 Hi, I've the same problem. In particular, I would change the position of sign € (I prefer it on the left). So I would change the currency format, from "2" to "3". Do you know which is the file to edit? Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now