Hi,
Thank you for your feedback.
1.
For the currency code, try changing the line:
"CurrencyCode" => (int)$this->getCurrencyCode($data->order_currency_id),
to:
"CurrencyCode" => $this->getCurrencyCode($data->order_currency_id),
in the file plugins/hikashop/kashflow/kashflow.php
2.
Regarding the payments, I'm not sure how that should be done.
Maybe just changing the code:
"Paid" => 0,
and:
"AmountPaid" => 0,
to set Paid to 1 and AmountPaid to data->order_full_price will be enough ? Maybe it require extra requests to kashflow. But I don't remember how kashflow look like and what a payment entails there.
Could you try to change these ? If that doesn't help, could you do some screenshots with an example of an order:
- what you have in HikaShop for the order
- what you get in kashflow
- what you need to add there, and how you do it
3.
Regarding your VAT issue, could you do some screenshots of the issue so that we can understand what is correct and what is wrong where ?