Skip to content
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

Allow taxes to be configured per product #728

Merged
merged 6 commits into from
Sep 25, 2020

Conversation

dominik-zeglen
Copy link
Contributor

I want to merge this change because it adds tax configuration at the product level.
Also improves autocomplete ux by limiting rendered items quantity, which no longer lags if there are more than 100 items in menu.

PR intended to be tested with API branch: fix_for_returned_taxcode

Screenshots

Screenshot 2020-09-24 at 13 39 09

Screenshot 2020-09-24 at 13 39 18

Pull Request Checklist

  1. All visible strings are translated with proper context.
  2. All data-formatting is locale-aware (dates, numbers, and so on).
  3. Translated strings are extracted.
  4. Number of API calls is optimized.
  5. The changes are tested.
  6. Data-test are added for new elements.
  7. Type definitions are up to date.
  8. Changes are mentioned in the changelog.

Test environment config

API_URI=https://master.staging.saleor.rocks/graphql/

@github-actions github-actions bot temporarily deployed to add-taxes-per-product September 24, 2020 11:51 Inactive
@github-actions github-actions bot temporarily deployed to storybook add-taxes-per-product September 24, 2020 11:51 Inactive
@patrys
Copy link
Member

patrys commented Sep 25, 2020

Task linked: SALEOR-1129 Implement taxes per product

}
}
`;
export const useTaxTypeListt = makeQuery<TaxTypeList, {}>(taxTypeList);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fml

@dominik-zeglen dominik-zeglen merged commit b571eef into master Sep 25, 2020
@dominik-zeglen dominik-zeglen deleted the add/taxes-per-product branch September 25, 2020 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants