No VAT on shipping when paying with PayPal

  • Posts: 8
  • Thank you received: 0
12 years 1 month ago #44698

Hello, sorry for my bad english :)

in germany my customers have to pay VAT for shipping cost. That works fine with hikashop.

hikashop shows the correct VAT, but when i pay with paypal and will be followed on the paypal site, paypal shows the shipping cost without VAT.

this problem happens since the last update...

thanks a lot for your help

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

  • Posts: 8
  • Thank you received: 0
12 years 1 month ago #44707

I try an old version of hikashop on my second (offline) hompage and everything works fine...
when i update to 1.5.7 i have also this paypal error!

whats wrong ???

thanks

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

  • Posts: 81540
  • Thank you received: 13071
  • MODERATOR
12 years 1 month ago #44908

We changed that display so that the taxes of the shipping are in the tax line with the products tax instead of being into the shipping price.
It's actually not a bug, but the proper way of doing it.

Why is that a problem for you ?

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

  • Posts: 8
  • Thank you received: 0
12 years 1 month ago #44917

hikashop displays the correct vat. also for the shipping costs. But when I am redirected to the paypal page is missing the vat for the shipping costs.

an example:
a customer buys something from me for 11,90 € + 5 € shipping.
This includes € 1.90 + 0.80 € VAT.
Hikashop shows the customer that also correct.

Now the customer is redirected to the PayPal site.

Paypal shows now € 11.90 +4,20 €.

This is not correct.

Right now I have disables the function "Send Order Details" in the Paypal plugin. Now the total is correct, but no details are displayed on the customer's purchase.

Thanks

André

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

  • Posts: 81540
  • Thank you received: 13071
  • MODERATOR
12 years 1 month ago #44922

The missing vat in the shipping price of paypal should be in the total VAT line in paypal now. Isn't that the case on your end ?

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

  • Posts: 8
  • Thank you received: 0
12 years 1 month ago #44925

no, it doesn´t...
here are the screenshots...



Attachments:

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

  • Posts: 8
  • Thank you received: 0
12 years 1 month ago #44926

the words "Steuer and MwSt" means the same. It means VAT. So you see, there are differnt totals! it loses the vat for shipping
in the shop the vat is 4,13 and in paypal 3,03...

Last edit: 12 years 1 month ago by Airbagfalte.

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

  • Posts: 81540
  • Thank you received: 13071
  • MODERATOR
12 years 1 month ago #44928

Ah yes, there seems to be a problem because of the changes we made.
Please change the line:
$tax+=round($product->order_shipping_tax,(int)$currency->currency_locale);

to:
$tax+=round($order->order_shipping_tax,(int)$currency->currency_locale);

in the file plugins/hikashoppayment/paypal.php and it should be better.

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

  • Posts: 8
  • Thank you received: 0
12 years 1 month ago #44973

perfekt...

everything works like before :)

thanks a lot

greethings from germany

Last edit: 12 years 1 month ago by Airbagfalte.

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

Time to create page: 0.081 seconds
Powered by Kunena Forum