- Posts: 8
- Thank you received: 0
No VAT on shipping when paying with PayPal
- Airbagfalte
-
Topic Author
- Offline
Less
More
14 years 6 months ago #44698
by Airbagfalte
No VAT on shipping when paying with PayPal was created by Airbagfalte
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
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.
- Airbagfalte
-
Topic Author
- Offline
Less
More
- Posts: 8
- Thank you received: 0
14 years 6 months ago #44707
by Airbagfalte
Replied by Airbagfalte on topic Re: No VAT on shipping when paying with PayPal
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
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.
14 years 5 months ago #44908
by nicolas
Replied by nicolas on topic Re: No VAT on shipping when paying with PayPal
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 ?
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.
- Airbagfalte
-
Topic Author
- Offline
Less
More
- Posts: 8
- Thank you received: 0
14 years 5 months ago #44917
by Airbagfalte
Replied by Airbagfalte on topic Re: No VAT on shipping when paying with PayPal
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é
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.
14 years 5 months ago #44922
by nicolas
Replied by nicolas on topic Re: No VAT on shipping when paying with PayPal
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.
- Airbagfalte
-
Topic Author
- Offline
Less
More
- Posts: 8
- Thank you received: 0
14 years 5 months ago #44925
by Airbagfalte
Replied by Airbagfalte on topic Re: No VAT on shipping when paying with PayPal
Please Log in or Create an account to join the conversation.
- Airbagfalte
-
Topic Author
- Offline
Less
More
- Posts: 8
- Thank you received: 0
14 years 5 months ago - 14 years 5 months ago #44926
by Airbagfalte
Replied by Airbagfalte on topic Re: No VAT on shipping when paying with PayPal
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...
in the shop the vat is 4,13 and in paypal 3,03...
Last edit: 14 years 5 months ago by Airbagfalte.
Please Log in or Create an account to join the conversation.
14 years 5 months ago #44928
by nicolas
Replied by nicolas on topic Re: No VAT on shipping when paying with PayPal
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 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.
- Airbagfalte
-
Topic Author
- Offline
Less
More
- Posts: 8
- Thank you received: 0
14 years 5 months ago - 14 years 5 months ago #44973
by Airbagfalte
Replied by Airbagfalte on topic Re: No VAT on shipping when paying with PayPal
perfekt...
everything works like before
thanks a lot
greethings from germany
everything works like before
thanks a lot
greethings from germany
Last edit: 14 years 5 months ago by Airbagfalte.
Please Log in or Create an account to join the conversation.
Time to create page: 0.261 seconds