0
Hikashop integration plugin takes data about order and based on this data Invoice Manager creates invoice. That is working fine on my site. But the problem is that Hikashop creates his own invoice number and displays it in Customers orders listing in frontend.
How to set correct invoice number (from IM) in Hikashop orders listing?
i'm not good in php, but i think it should be smth like this:
"UPDATE #__hikashop_order SET order_invoice_number='$invoice_num' WHERE ....;
please help with this
How to set correct invoice number (from IM) in Hikashop orders listing?
i'm not good in php, but i think it should be smth like this:
"UPDATE #__hikashop_order SET order_invoice_number='$invoice_num' WHERE ....;
please help with this
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »