Search the Community
Showing results for tags 'transit'.
-
Buen día comunidad, una vez mas solicitando de su apoyo, en esta ocasión lo que estoy buscando realizar es enviar el numero de guía del paquete pero para que este llegue se debe configurar la liga de seguimiento y esta es la que quiero omitir. En resumen quiero que en el correo pedido en transito este llegue solo el numero de guía del paquete. NO ME INTERESA LA LIGA DE SEGUIMINETO. Espero y me puedan a solventar este problema. Estoy utilizando prestahop en su versión 1.7.6.9. Tengan buen día, y gracias por sus comentarios.
-
Hello, My Prestashop website is synchronized with a custom ERP that sets the shipping_number via the Webservice/API when the package is shipped. I would like the "in_transit" e-mail to be sent after the shipping_number is set (as done when you set the shipping_number via the Prestashop admin). Any idea ? Thank you
- 5 replies
-
- api
- webservice
-
(and 6 more)
Tagged with:
-
Hi, Just a quick question about including a tracking number into an email. I have add {shipping_number} variable into in_transit email template but when the email comes, the tracking number didn't show up. Am I doing this correctly? PS 1.5.5 This is the code in controllers/admin/AdminOrdersController.php $templateVars = array( '{followup}' => str_replace('@', $order->shipping_number, $carrier->url), '{firstname}' => $customer->firstname, '{lastname}' => $customer->lastname, '{id_order}' => $order->id, '{shipping_number}' => $order->shipping_number, '{order_name}' => $order->getUniqReference() );