alansheep Posted January 10, 2017 Share Posted January 10, 2017 Hello! I have gone through the database and updated the `id_customer` for an order inside the `orders` table. Everywhere else works well (i.e. Order list, cart, delivery/invoices) except the "Customer" panel inside editing an "Order" is still showing the old customer info. Even the title "Order SQGDMPKXH from XXX" are also displaying the old customer name. I then have looked at `AdminOrdersController.php` and var_dump($order) within public function renderView() { $order = new Order(Tools::getValue('id_order')); ... and $order is also showing old customer details. Is there anyway that have cached this bit of information? Any help would be appreciated! Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now