Search the Community
Showing results for tags 'order_id'.
-
I'm removing the order reference number from anything customer facing and replacing it with id_order, but I can't seem to do it on the order-details.tpl. I think maybe the variable doesn't exist on that page, but I'm not enough of a programmer to figure out how to get it there. This is the code I'd...
-
Hi All, I'm trying to get customer details and shipping address after the orders are processed from selective carts. I've got the cart Id to start with. But I'm having difficulty retrieving the customer's first name, last, name and shipping address. I've tried the following so far. $cart_i...
- 2 replies
-
- customer details
- cart_id
-
(and 2 more)
Tagged with:
-
Hello, guys i have one question how to get order refference in hookDisplayAdminOrder i try this method but nothing public function hookDisplayAdminOrder() { $orderid - Tools::getValue('id_order'); echo $orderid; } I just want to get order refference and make it variabl...
- 2 replies
-
- order_id
- refference
-
(and 3 more)
Tagged with:
-
Hola, estoy teniendo problemas con la página de contacto. He hecho un montón de pruebas, pero haga lo que haga me llega así: No aparecen nunca los adjuntos ni el id de pedido. El fichero que entra en juego aquí creo que es controllers\front\ContactController.php, a la altu...
-
Order Status Email Variables - show order_id instead of name
serv0 posted a topic in Core developers
Hi, I have changed my invoices and order-history pages to show the order id instead of an order reference. So im showing it like this.. If the id of the order is 9 then it is showing as ORD0000009 using {l s='#ORD'}{$order_invoice->id_order|string_format:"%06d"} This works fine in the ord...- 1 reply
-
- order status
- order_name
-
(and 3 more)
Tagged with: