akeneo / magento2-connector-community

Akeneo Connector for Magento 2
Open Software License 3.0
81 stars 89 forks source link

Ability to set tax class per product instead of per website #347

Open JeroenVanLeusden opened 3 years ago

JeroenVanLeusden commented 3 years ago

Steps to reproduce

  1. Currently only one tax class can be set per website (https://github.com/akeneo/magento2-connector-community/blob/master/etc/adminhtml/system.xml#L362).
  2. We'd like to use different tax classes per product (e.g. High/Low tax classes which is used in most European countries).

Expected result

  1. Ability to set tax class per product.

Actual result

  1. Tax class is set per website.
chrey commented 3 years ago

Hi, +1 We add a custom development on every project to be able to handle taxes with a mapping from a PIM tax_class attribute to Magento tax_class attribute. No website in Europe handles taxes at a website level only

lukebd commented 3 years ago

+1

We also see this an a feature that would be beneficial being from the UK

Having the ability to set at website level or choose an already existing akeneo attribute for mapping would be great.

rmeeuwissen commented 3 years ago

Hi,

+1

akosglue commented 2 years ago

ok then, +1 from me as well :)

rbouma commented 2 years ago

Is this still not implemented yet? @chrey Would you like to share your override for the tax_class attribute mapping?

jamiechong commented 2 years ago

Have any of you attempted to set the tax class manually within Magento per product? And if so, does it get overwritten to None after an Akeneo Import is executed? Looking for some confirmation that the issue I'm having is indeed a bug.

I've opened a separate issue here: https://github.com/akeneo/magento2-connector-community/issues/510

rbouma commented 2 years ago

Please see my temporarily solution: https://github.com/akeneo/magento2-connector-community/issues/510#issuecomment-1080179004

oefterdal commented 2 years ago

+1