-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Issue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passed
Description
Preconditions (*)
- magento 2.2.0
- no additional module about V.A.T. managment
Steps to reproduce (*)
- Administration panel
- Stores tab
- Taxes > Tax rules
- add or edit one tax rule
- at the bottom of "Additional Settings", upload a 200+ lines csv
Expected result (*)
- All correct lines are uploaded (not necessary every lines)
- If necessary, error message
Actual result (*)
- at the top of the page: "One of the countries has invalid code."
- i the tax rate field, 200 of my lines are shown
- Button "export tax rates" shows a csv truncated after the 200th line.
Additional experiment:
- if I shuffle the lines of the csv,
- clean some of the uploaded ones (lots of clics)
- still the first 200 lines of the new csv are loaded on magento : it is not my 201th line that is bugged but the import process that stops after the 200th.
Questions:
- is there any hard limitation for this 200 limit of tax zones?
- if yes, why?
- can I use a wildcard in the "country" field (that would save me 150 lines out of 270)
- is there any detailled log of "One of the countries has invalid code" indicating which line(s)?
All suggestions are welcome, tell me if you want to see my huge csv (and how to show it here).
Topic linked to https://magento.stackexchange.com/questions/262702/tax-zones-limitation
Metadata
Metadata
Assignees
Labels
Issue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passed