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

Correct default cart tax currency #1260

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

matthew-petrie
Copy link

The cart defaults the tax to be USD if there is no tax amount set for the cart. This is an unhelpful default due to international and multi currency stores where the currency changes with the cart (most of the this repo handles this correctly).

This changes defaults the currency to the same currency as the cart total currency if there are no taxes set for the current cart.

Before:
Screenshot 2023-12-15 at 14 55 28

After:
Screenshot 2023-12-15 at 14 55 38

Copy link

vercel bot commented Dec 15, 2023

@matthew-petrie is attempting to deploy a commit to the Vercel Solutions Team on Vercel.

A member of the Team first needs to authorize it.

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.

None yet

1 participant