Search found 3 matches
Page 1 of 1
Search found 3 matches
Re: how to get the affiliate name in the list of orders?
Daniji , Are you got the fully query for filter and display the affiliate in sale order_list ..danijr wrote: ↑Thu Dec 08, 2016 10:03 pmHi!
function getOrders
http://pastebin.com/mJPJ0Hp4
My cod: " WHERE os.affiliate_id = o.affiliate_id GROUP BY os.affiliate_id
but not working.....

- Wed Apr 18, 2018 4:38 pm
- Replies 8
- Views 1952
Re: how to get the affiliate name in the list of orders?
I too.. need this.. Anyone help me, I need the sql query for that
Jump to post- Wed Apr 18, 2018 4:25 pm
- Replies 8
- Views 1952
Re: Display customer's name in the header
Its Very Easy to Display Customer Name in Header. on (OPENCART 2.2.0) Just add below code in catalog/controller/common/header.php $data['firstname'] = $this->customer->getFirstName(); $data['lastname'] = $this->customer->getLastName(); And add this code in template/common/header.tpl <?php if ( $logg...
Jump to post- Thu Mar 01, 2018 7:41 pm
- Replies 18
- Views 26886
Page 1 of 1
Search found 3 matches