magento / community-features

Magento Features Development is an Initiative to Allows Community Memebers Join to Development of Magento Features
46 stars 18 forks source link

Tax on Shipping when only Taxable items in Cart #119

Open webusat opened 5 years ago

webusat commented 5 years ago

This is kind of a duplicate issue: Tax on Shipping when only Non-Taxable items in Cart and Flatrate Shipping #16221 https://github.com/magento/magento2/issues/16221

Preconditions

  1. Magento 2.2.0
  2. PHP 7.0
  3. MySQL 5.7

Steps to reproduce

None

Expected result

If there is a taxable item in the cart then apply a separate tax to the shipping charge. If there is not a taxable item in the cart then do not tax shipping.

I need to tax the shipping only if there is a taxable item in the cart. If there is no taxable item in the cart then no tax is added to the shipping cost.n]

Actual result

Cannot only tax shipping when there is a taxable item in the cart.

Thanks, Stan

magento-engcom-team commented 5 years ago

Hi @webusat. Thank you for your report. To help us process this issue please make sure that you provided the following information:

Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:

@magento-engcom-team give me {$VERSION} instance

where {$VERSION} is version tags (starting from 2.2.0+) or develop branches (2.2-develop +). For more details, please, review the Magento Contributor Assistant documentation.

@webusat do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?

webusat commented 5 years ago

I realize this may not be an issue but functionality that Magento may or may not offer. I appreciate any help you can provide.

Thanks, Stan

ghost commented 5 years ago

Hi @webusat Seems it's like incorrect work of settings Tax Class for Shipping if you use none taxable then works correct, but if you chose Taxable goods then it calculate tax.

ghost commented 5 years ago

Hi @webusat, thank you for your report. We've acknowledged the issue and added to our backlog.

webusat commented 5 years ago

Hi @engcom-backlog-nazar,

Okay, thanks! I know taxing shipping only if there are taxable goods in the cart isn't uncommon and couldn't figure out why it wouldn't work.

I look forward to a fix soon.

magento-engcom-team commented 5 years ago

Hi @Rus0. Thank you for working on this issue. Looks like this issue is already verified and confirmed. But if your want to validate it one more time, please, go though the following instruction:

sdzhepa commented 5 years ago

Hello @webusat

According to the label "Feature Request" this ticket has been moved into "community-features" track

Thank you for collaboration

tomekjordan commented 5 years ago

In EU countries - tax on shipping should and can be taken from product's tax rate. There are 2 methods to use:

  1. Highest Rate product -> give shipping tax rate
  2. Proportional tax on shipping spread based on products value in the cart. Regarding - no tax on shipping from this ticket - if there are no taxed product - shipping tax is also 0. So basically this problem could just solve general Tax on Shipping feature for EU stores.

For example Shopware has this feature built out of box in the core