I'm using version 3.0.2 since a few days ago. At first everything was fine and I could edit the orders.
But from today, when I try to edit any order (or change status on history) I get the following error: "error undefined".
This error is not very descriptive, I know ... but checking the error log I see this line every time it occurs:
Code: Select all
2018-07-05 8:30:23 - PHP Notice: Undefined index: currency in /usr/home/cafeveracruz/www/tienda/catalog/controller/api/currency.php on line 13
Code: Select all
$ currency_info = $ this-> model_localisation_currency-> getCurrencyByCode ($ this-> request-> post ['currency']);
Greetings,