Apply Taxes on Payment Methods?

  • Posts: 17
  • Thank you received: 0
10 years 8 months ago #147747

-- url of the page with the problem -- : www.tympanusforte.de
-- HikaShop version -- : HikaShop Essential: 2.3.0
-- Joomla version -- : 3.2.2 Stable
-- PHP version -- :5.3.3-7

Hi,

i dont know why this has never been an issue, but in germany we need to have taxes displayed on everything. So on the shipping methods you can apply 19% taxes to the price of the shipping. I need to have the same option on the collect on delivery payment plugin and on the paypal plugin, because this payment method costs extra money.

I need to have the taxes on the payment displayed on the checkout and on the invoice, is there a simple way to do that?

Regards,

Frank

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

  • Posts: 12953
  • Thank you received: 1778
10 years 8 months ago #147765

Hello Frank,
There is no option to do that so the solution will probably be to directly develop it, but it will require some development skills.

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

  • Posts: 17
  • Thank you received: 0
10 years 8 months ago #147835

well i thought that this would be the answer.

has anyone an idea to get to the result without coding that much?

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

  • Posts: 82865
  • Thank you received: 13372
  • MODERATOR
10 years 8 months ago #147856

Unfortunately, add that feature is not simple task. I don't see an easy way to do it.

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

  • Posts: 17
  • Thank you received: 0
10 years 8 months ago #147892

okay,

my other idea was to add dependencies to the shipping methods. Maybe to have an extra shipping method called "Standard Delivery with Collect on Delivery" and combine the costs of shipping and paying, because then the taxes wóuld be correct. but unfortunately thats not possible...

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

  • Posts: 13201
  • Thank you received: 2322
10 years 8 months ago #148257

Hi,

You can create this kind of shipping method and set the cumulated price of the payment and shipping in the shipping.
The price of the payment method will be 0, an you can restrict the shipping methods on payment methods.
By this way when selecting "PayPal" you have on shipping method displayed with a certain price, and if you select collect on delivery, another shipping method is displayed with a cost related on the collect on delivery.

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

  • Posts: 17
  • Thank you received: 0
10 years 8 months ago #148637

Hey Xavier,

how exactly do you restrict shipping methods to payment methods? I only found that option vice versa -> to restrict payment methods to shipping methods.

Is there a plugin that i do not have?

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

  • Posts: 13201
  • Thank you received: 2322
10 years 8 months ago #148674

Hi,

Indeed, it's my fault. It's not possible this way, the restriction is only for payment methods on shipping methods.
In all cases, some custom code will be required.

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

  • Posts: 117
  • Thank you received: 3
10 years 8 months ago #149433

This is for Italy too. VAT should be applied to payment costs too.

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

  • Posts: 22
  • Thank you received: 1
10 years 7 months ago #151926

We wrote from Spain
We have this LEGAL problem. We need to apply tax to everything

Any solution Hikashop?

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

  • Posts: 13201
  • Thank you received: 2322
10 years 6 months ago #156531

Hi,

We have added your request on our TODO list.
As Nicolas said, it is not a simple task so can take some times to be implemented.

The following user(s) said Thank You: asator

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

  • Posts: 17
  • Thank you received: 0
10 years 6 months ago #156552

Thanks Xavier, good to hear that. !

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

  • Posts: 4
  • Thank you received: 0
  • Hikashop Business
10 years 5 months ago #159592

Same problem in Finland, would really like to have this feature added.

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

  • Posts: 117
  • Thank you received: 3
10 years 1 month ago #175672

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

  • Posts: 82865
  • Thank you received: 13372
  • MODERATOR
10 years 1 month ago #175678

We didn't work on that yet. It's still on our todo list.

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

  • Posts: 117
  • Thank you received: 3
10 years 1 month ago #175706

Doing some test.
It seems showing now the price of payment methods with tax (but not sure the amount calculated is correct, for example I setted a paypal method with 3,4% + 0,35€ and the amount of payment method with tax seems not to be correct but I must check for this).

Anyway I need to show this voice in orders and invoices without tax so I've tryed to edit the view file for order/show.php for example this way:

<td class="hikashop_order_payment_value" >
									<?php
									if($this->config->get('price_with_tax')){
										/**echo $this->currencyHelper->format($this->order->order_payment_price,$this->order->order_currency_id);
									}else{*/
										echo $this->currencyHelper->format($this->order->order_payment_price-@$this->order->order_payment_tax,$this->order->order_currency_id);
									} ?>
								</td>
I've commented those lines of code (/**echo...) to force product price with tax in general configuration of hikashop but to always display without tax in orders and invoices (read my topic about this feature suggestion for different show taxed prices ).

Anyway it seems that I can't use order_payment_tax or I forget something. Any solution?

Also, how payment price is calculated? I'm not sure that the price is correct, could you confirm me?

Last edit: 10 years 1 month ago by crealiagroup.

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

  • Posts: 117
  • Thank you received: 3
10 years 1 week ago #179412

Any way to split paymaent method amount between his price with taxes and without taxes?

I need to show in the invoice the amount of payment method without tax and then add the tax amount for the payment in the total amount of taxes; something like this:

product 1 : 10€ (VAT not included 22%)
shipping : 1€ (VAT not included 22%)
payment: 1€ (VAT not included 22%)

Total taxable= 12€
Taxes= 2.2+0.22+0.22= 2.62€

Total= 12+2.62= 14.62€

Is that possible actually?
If possible, how to?

Last edit: 10 years 1 week ago by crealiagroup.

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

  • Posts: 82865
  • Thank you received: 13372
  • MODERATOR
10 years 1 week ago #179465

As we said before, you can't have taxed on payment fess for now. It's normal that you don't have any order_payment_tax since we didn't implemented it.
It's still on our todo list.

If you really want to handle taxes on payment methods at the moment, the best would be to contact a third party developer from our partners so that they can develop that for you:
www.hikashop.com/home/our-partners.html

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

  • Posts: 8
  • Thank you received: 0
9 years 7 months ago #196407

Anything new on this? It's still needed...

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

  • Posts: 82865
  • Thank you received: 13372
  • MODERATOR
9 years 7 months ago #196430

Hi,

We didn't work on that yet. It's still on our todo list.

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

Time to create page: 0.157 seconds
Powered by Kunena Forum