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

Create scheme design for taxes #411

@TomashKhamlai

Description

@TomashKhamlai

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions