Answer the question
In order to leave comments, you need to log in
How to get the last order number in opencart?
Hello!
How to get the last order number in opencart in category.tpl?
I tried this, but something doesn't work:
<?php
$orderLast = $this->db->query("SELECT * FROM `order` ". "ORDER BY `order`.`order_id` DESC LIMIT 1");
echo $orderLast;
?>
Answer the question
In order to leave comments, you need to log in
of course it will not work, the result must be processed before returning
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question