-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Taxation details of order totals #444
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Like! This is important for the European Market. |
@fooman, @wshqq - would you be available for a conference call to discuss more? I'd like to better understand why you need these 2 items ( and any other's you might have ). I also have some questions around pricing algorithms for the European Market hopefully you can help with. If possible please contact me at cchoukalos at ebay dot com with times you are available next week. I'm US/Central Standard Time. |
@choukalos Have you recieved my email from my business email address? |
No I didn't - did you send it to this email or my work ( [email protected] ) ? When did you send it? Thanks, Sent from my iPad
|
I've send it to your work address last week. I will retry sending it. Gesendet: Mittwoch, 26. Februar 2014 um 01:59 UhrVon: "Charles Choukalos" [email protected]: magento/magento2 [email protected]: wshqq [email protected]: Re: [magento2] Taxation details of order totals (#444) No I didn't - did you send it to this email or my work ( [email protected] ) ? When did you send it?
|
Hi Kristoff, The Magento 2 tax engine is from 1.7.0.2 / 1.12 code base slightly Thanks, On Tue, Mar 4, 2014 at 6:08 PM, Kristof, Fooman [email protected]:
From the Desk of: Chuck Choukalos |
Expanded storage of tax info with new tax service; In effect since dev beta tagged release. |
Fixed issues: - MAGETWO-58349: [DX] Resource model does not reflect model load process flow. - MAGETWO-57866: [Firefox] No JS validation for Credit card and expiration date on backend - MAGETWO-55346: [GitHub] Setting SKU mask as empty crashes product Javascript in backend #5618 - MAGETWO-59145: Mark CreateConfigurableProductEntityTest as not stable
- Merge Pull Request magento/graphql-ce#444 from magento/graphql-ce:429-test-coverage-nonExistentCart - Merged commits: 1. 990a373 2. 4550597 3. 350d1f8
CABPI-396: Change public methods that are used only inside the class to private
Magento 1 does not save sufficient information for how it taxed shipping (along with other totals like giftwrapping, etc)
It looks like Magento 2 has the same issue. In the below code
Magento\Tax\Helper\Data
Magento should
Overall I would propose looking into making totals first class citizens for taxation. In Magento 1 entries into sales_order_tax_item would be one approach.
The text was updated successfully, but these errors were encountered: