@occam said in How to edit the carrier of an existing order?:
@30knees Just install musicmaster's awesome free Prestools suite and you are able to edit much more than just the carrier.
Following a tip from @Occam, I installed the Prestools suite. I tried to install the mini-module prestoolssuite-module.zip but got this error:
```
[ThirtyBeesException]
Property Tab->name is empty
at line 1071 in file classes/ObjectModel.php
}
$message = $this->validateField($field, $value, $idLang);
if ($message !== true) {
if ($die) {
throw new PrestaShopException($message);
}
return $errorReturn ? $message : false;
}
}
ObjectModelCore->validateFieldsLang - [line 373 - classes/ObjectModel.php]
ObjectModelCore->getFieldsLang - [line 610 - classes/ObjectModel.php]
ObjectModelCore->add - [line 529 - classes/Tab.php] - [2 Arguments]
TabCore->add - [line 56 - modules/prestoolssuite/prestoolssuite.php]
PrestoolsSuite->install - [line 1643 - controllers/admin/AdminModulesController.php]
AdminModulesControllerCore->postProcessCallback - [line 1506 - controllers/admin/AdminModulesController.php]
AdminModulesControllerCore->postProcess - [line 355 - classes/controller/Controller.php]
ControllerCore->run - [line 743 - classes/Dispatcher.php]
DispatcherCore->dispatch - [line 63 - admin/index.php]
```
Has anyone else tried to install and run the module or would know how to fix it?