Jump to content

Msg après nsertion n° de suivi colissimo


Recommended Posts

Bonjour à tous,

 

Pouvez-vous me traduire ce message suite à l'insertion d'un numéro de suivi colissimo  sur une commande client s'il vous plait ?

 

 

 

[PrestaShopException]

Can't load Carrier object
at line 485 in file controllers/admin/AdminOrdersController.php

480.                         $carrier = new Carrier((int)$order->id_carrier, $order->id_lang);481.                         if (!Validate::isLoadedObject($customer)) {482.                             throw new PrestaShopException('Can\'t load Customer object');483.                         }484.                         if (!Validate::isLoadedObject($carrier)) {485.                             throw new PrestaShopException('Can\'t load Carrier object');486.                         }487.                         $templateVars = array(488.                             '{followup}' => str_replace('@', $order->shipping_number, $carrier->url),489.                             '{firstname}' => $customer->firstname,490.                             '{lastname}' => $customer->lastname,
  • AdminOrdersControllerCore->postProcess - [line 178 - classes/controller/Controller.php]
    173.             if (!$this->content_only && ($this->display_header || (isset($this->className) && $this->className))) {174.                 $this->setMedia();175.             }176. 177.             // postProcess handles ajaxProcess178.             $this->postProcess();179. 180.             if (!empty($this->redirect_after)) {181.                 $this->redirect();182.             }183. 
  • ControllerCore->run - [line 367 - classes/Dispatcher.php]
    362.             if (isset($params_hook_action_dispatcher)) {363.                 Hook::exec('actionDispatcher', $params_hook_action_dispatcher);364.             }365. 366.             // Running controller367.             $controller->run();368.         } catch (PrestaShopException $e) {369.             $e->displayMessage();370.         }371.     }372. 
  • DispatcherCore->dispatch - [line 58 - admin/index.php]

 

(capture en pièce jointe)

 

Merci d'avance ;-)

Lucie

post-1198826-0-08767400-1479221757_thumb.png

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