Jump to content
  • 0

Przewoźnicy brak możliwości usunięcia


kazunarii

Question

Witam serdecznie,

 

Podczas dodawania przewoźników pojawiły się dwa dodatkowe sposoby dostawy. Chciałem je usunąć lub wyłączyć, ale nie ma takiej możliwości. Kiedy próbuję wyłączyć je wyskakuje mi błąd:

 

Property Carrier->name is empty

 

Gdy klikam na darmową dostawę, to pojawia się strona na której jest:

[PrestaShopException]

Property Carrier->name is empty
at line 846 in file classes/ObjectModel.php
840.
841.    $message = $this->validateField($field, $this->$field);
842.    if ($message !== true)
843.    {
844.     if ($die)
845.      throw new PrestaShopException($message);
846.     return $error_return ? $message : false;
847.    }
848.   }
849.
850.   return true;
ObjectModelCore->validateFields - [line 260 - classes/ObjectModel.php]
ObjectModelCore->getFields - [line 605 - classes/ObjectModel.php]
ObjectModelCore->update - [line 551 - controllers/admin/AdminCarriersController.php]
AdminCarriersControllerCore->processIsFree - [line 509 - controllers/admin/AdminCarriersController.php]
AdminCarriersControllerCore->postProcess - [line 171 - classes/controller/Controller.php]
ControllerCore->run - [line 373 - classes/Dispatcher.php]
DispatcherCore->dispatch - [line 54 - admin/index.php]

Gdy próbuję skonfigurować ten nie usuwalny sposób dostawy, to zamiast nadpisania tworzy się całkowicie nowy sposób. Co mam w takiej sytuacji zrobić? W jaki sposób mogę usunąć te dwa sposoby dostawy?

Link to comment
Share on other sites

2 answers to this question

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...