taxjar / taxjar-magento2-extension

Magento 2 Sales Tax Extension by TaxJar
http://www.taxjar.com/guides/integrations/magento2/
Open Software License 3.0
22 stars 30 forks source link

refactor: Show TaxJar Order info with transaction sync enabled #284

Closed sethobey closed 2 years ago

sethobey commented 2 years ago

Context

Users may want to use TaxJar for filing, but not calculation and should still be able to view Order metadata.

Description

Show tax calculation info on Sales Order view with only transaction sync enabled. Currently visibility relies on tax calculations being enabled.

Performance

N/A

Testing

  1. With TaxJar module enabled, deploy sample data
  2. Navigate to store tax config at <BASE_URL>/admin/admin/system_config/edit/section/tax
  3. Ensure Tax Calculation and Transaction Sync are disabled
  4. Navigate to Sales Order view for sample closed order
  5. Observe "TaxJar Information" section is not visible
  6. Enable Tax Calculations
  7. Observe "TaxJar Information" section is now visible
  8. Disable Tax Calculations and enable Transaction Sync
  9. Observe "TaxJar Information" section is still visible

Versions