Always add currency to cart (6272)#4311
Merged
stracker-phil merged 11 commits intoApr 30, 2026
Merged
Conversation
Test using WordPress PlaygroundThe changes in this pull request can be previewed and tested using a WordPress Playground instance. 🔗 Test this pull request with WordPress Playground What's included:
Login credentials:
Plugin Details:
🤖 Auto-generated for commit e736ad8 • Last updated: 2026-04-30T12:23:13.019Z |
stracker-phil
marked this pull request as ready for review
April 28, 2026 15:27
stracker-phil
requested review from
AlexP11223,
Dinamiko,
Narek13,
danieldudzic,
hmouhtar and
mmaymo
as code owners
April 28, 2026 15:27
stracker-phil
changed the base branch from
dev/PCP-4891-agentic-commerce
to
dev/PCP-6271-shipping-options
April 28, 2026 15:28
Base automatically changed from
dev/PCP-6271-shipping-options
to
dev/PCP-4891-agentic-commerce
April 29, 2026 12:29
danieldudzic
requested changes
Apr 30, 2026
danieldudzic
left a comment
Collaborator
There was a problem hiding this comment.
Thanks for working on this. Just a few minor issues.
stracker-phil
merged commit Apr 30, 2026
ca37a96
into
dev/PCP-4891-agentic-commerce
11 of 12 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR extends #4306
Description
The
totalscalculation requires a valid currency code to work, as a money value without a currency code is invalid.Current Behavior
New Behavior