Skip to main content

Total amount incorrect on TAX rates overview

More
5 years 3 weeks ago - 4 years 11 months ago #335400 by Lumiga
-- HikaShop version -- : 4.4.3
-- Joomla version -- : 3.10.1
-- PHP version -- : 7.x

Hi Support,

See the TAX rates overview for July, there is only one order with 9% VAT.
But when you look at the order you see difference in the order and in the TAX rates overview.

Is this a bug?

We have this same issue with all 21% VAT rates.

Screenshot



Hope you can take a look

UPDATE: 21-10-2021 Please fix this issue!

Kind reagrds,
Lumiga

Kind regards,
Lumiga
Last edit: 4 years 11 months ago by Lumiga.

Please Log in or Create an account to join the conversation.

More
5 years 3 weeks ago #335407 by Lumiga
Same issue with 21%


Kind regards,
Lumiga

Please Log in or Create an account to join the conversation.

More
5 years 2 weeks ago #335570 by Lumiga
Is there anything else I can help with?
Do you need any additional information?
Please let me know if you are working on this.

Kind regards,
Lumiga

Please Log in or Create an account to join the conversation.

More
5 years 3 days ago #335861 by Lumiga
When do you plan to watch this?
It's very important to us.

Kind regards,
Lumiga

Please Log in or Create an account to join the conversation.

More
5 years 3 days ago #335869 by nicolas
Hi,

Sorry for the delay.
I've looked at the issue.
I think that this is a side effect of the code modification I made to better handle orders with 0% taxes.
One of the changes I had made for that was to add the code:
Code:
if(isset($tax->amount)) $order->order_tax_info[$tax->tax_namekey]->amount += $tax->amount;
in the file administrator/components/com_hikashop/classes/order.php
This lead to the tax amount containing twice the shipping fee when the order didn't had a 0% tax.
I propose to change that code to:
Code:
if(isset($tax->amount) && empty($order->order_tax_info[$tax->tax_namekey]->amount)) $order->order_tax_info[$tax->tax_namekey]->amount = $tax->amount;
That way, it will only set the amount from the shipping if there isn't already an amount. That should hopefully fix the issue for newer orders going forward.
Could you try this out ?

Please Log in or Create an account to join the conversation.

More
5 years 2 days ago #335895 by Lumiga
Hi Nicolas,

I think issue is still not solved.
See screenshot with an order before and a new order after code change.





Kind regards.
Lumiga

Kind regards,
Lumiga

Please Log in or Create an account to join the conversation.

More
4 years 11 months ago #335951 by Lumiga
Would be nice if we can fix this before the end of September due to tax return.

Kind regards,
Lumiga

Please Log in or Create an account to join the conversation.

More
4 years 11 months ago #336083 by Lumiga
Hi Nicolas, could you look into this shortly please, this issue has been going on for more than 3 months and I still have to prepare the tax return for customers because it is not correct in Hikashop yet.

Kind regards,
Lumiga

Please Log in or Create an account to join the conversation.

More
4 years 11 months ago - 4 years 10 months ago #336447 by Lumiga
Please take a look at this issue!

Kind regards,
Lumiga
Last edit: 4 years 10 months ago by Lumiga.

Please Log in or Create an account to join the conversation.

More
4 years 10 months ago #337025 by Mohamed Thelji
Hello Lumiga,

We just made a fix regarding that issue through the last Hikashop package. Can you download it through our website, install it and test it again ? Thank you.

Regarding the test, can you watch how the "Total amount" and "Total tax amount" are evolving after every new orders to see if the amount added is correct.
If you're still having issues, we'll directly investigate it on your website, so we'll probably ask you a temporary back-end and FTP access.

Thanks a lot for your feedback and patience.
Kind regards,
Mohamed.

Please Log in or Create an account to join the conversation.

More
4 years 7 months ago - 4 years 7 months ago #339207 by Lumiga
Hi Mohamed,

Sorry for my late reply but we update the website to the updated 4.4.5 and with our test we still see issues.

See example below on acceptation server where you already have login from.


Kind regards,
Lumiga
Last edit: 4 years 7 months ago by Lumiga.

Please Log in or Create an account to join the conversation.

More
4 years 7 months ago #339216 by Mohamed Thelji
Hello Lumiga,

Did you test it with orders which were created before you updated your HikaShop version ?

If that's the case, can you test it with a new order so that we can be sure that the fix wasn't effective ?
Else, can you send us a temporary back-end access to your website so that we can directly check your configuration using our contact form and by specifying a link to that thread in your message :
www.hikashop.com/support/contact-us.html

Kind regards,
Mohamed.

Please Log in or Create an account to join the conversation.

More
4 years 7 months ago #339711 by Lumiga
Yes, we did the test after the update. We have send you our credentials!

Kind regards,
Lumiga

Please Log in or Create an account to join the conversation.

More
4 years 6 months ago #340349 by Lumiga
Is there any news yet?

Kind regards,
Lumiga

Please Log in or Create an account to join the conversation.

Time to create page: 0.307 seconds
Powered by Kunena Forum