Hi
i m still looking for a way to get the cart_id when i create an order in the back office.
in front, i get it in the context, $this->context->cart->id
but in BO, if i print_r($this->context) the cart id doesn t appear to be stored here.
does anybody know how i could access this id?
it s created as when i look the DB, the cart is here...
thanks for your help ^^