Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

Create scheme design for taxes #411

Closed
TomashKhamlai opened this issue Feb 26, 2019 · 1 comment
Closed

Create scheme design for taxes #411

TomashKhamlai opened this issue Feb 26, 2019 · 1 comment
Assignees

Comments

@TomashKhamlai
Copy link
Contributor

TomashKhamlai commented Feb 26, 2019

There is no way to display taxes in Shopping Cart and Customer Orders.

Preconditions (*)

  1. Tax Rule is created(by default) based on default tax rates (Stores -> Tax Rule):
  • US-CA-*-Rate 1 = 8.2500
  • US-NY-*-Rate 1 = 8.3750
  1. Tax configuration (Store -> Configuration -> Sales -> Tax)
  • Default Tax Destination Calculation
    • Default Country = United States
    • Default State = New York
    • Default Post Code = *
  • Shopping Cart Display Settings
    • Include Tax In Grand Total = Yes
    • Display Full Tax Summary = Yes
    • Display Zero Tax Subtotal = Yes
  • Fixed Product Tax
    • Enable FPT
  1. Simple product is created:
  • Price = 10
  • FTP:
    • United States/California/10
    • United States/New York/20
  1. Customer is created with default addresses:
  • First Name = John
  • Last Name = Doe
  • Company = qa
  • Phone Number = 13456768768
  • Fax = 987654321
  • Street Address line 1 = Main st1
  • Street Address line 2 = ap.66
  • City = Culver City
  • State/Province = California
  • Zip/Postal Code = 90230
  • Country = United States

Steps to reproduce (*)

  1. Generate Customer token (GraphQL)
  2. Add Simple product to cart (GraphQL)
  3. Set shipping address!!! (GraphQL)
  4. Get information about taxes

image

@naydav naydav self-assigned this Mar 1, 2019
@naydav
Copy link
Contributor

naydav commented Mar 4, 2019

Closed due to #426

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants