Answer the question
In order to leave comments, you need to log in
How to add a full name to an OPENCART invoice?
ocstore version 2.3
tried like this <?php echo $order['firstname']; ?> - Undefined index: firstname in
As far as I understand, something needs to be added to the controller.
By analogy with the link
I wanted to insert into the controller
$data['firstname'] = $order_info['firstname'];
But it turns out that such a line already exists!
I can't figure it out, please help!
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question