Jump to content

Search the Community

Showing results for tags 'order_id'.

  • Search By Tags

    • order_id ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 5 results

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
×
×
  • Create New...