This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 219
Add missing page titles in Cart and Checkout templates #10281
Merged
nielslange
merged 5 commits into
trunk
from
add/10171-missing-page-titles-in-cc-templates
Jul 21, 2023
Merged
Add missing page titles in Cart and Checkout templates #10281
nielslange
merged 5 commits into
trunk
from
add/10171-missing-page-titles-in-cc-templates
Jul 21, 2023
Conversation
This file contains 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
nielslange
added
type: bug
The issue/PR concerns a confirmed bug.
block: cart
Issues related to the cart block.
block: checkout
Issues related to the checkout block.
focus: FSE
Work related to prepare WooCommerce for FSE.
focus: template
Related to API powering block template functionality in the Site Editor
labels
Jul 19, 2023
woocommercebot
requested review from
a team and
tarhi-saad
and removed request for
a team
July 19, 2023 17:16
The release ZIP for this PR is accessible via:
Script Dependencies ReportThere is no changed script dependency between this branch and trunk. This comment was automatically generated by the TypeScript Errors Report
🎉 🎉 This PR does not introduce new TS errors. |
Size Change: 0 B Total Size: 1.36 MB ℹ️ View Unchanged
|
nielslange
commented
Jul 20, 2023
nielslange
added
the
focus: i18n
The issue/PR is related to internationalization.
label
Jul 20, 2023
wavvves
reviewed
Jul 20, 2023
Thanks for your review, @wavvves. Would you mind giving it another look? |
nielslange
force-pushed
the
add/10171-missing-page-titles-in-cc-templates
branch
from
July 21, 2023 08:51
fce5417
to
71cab56
Compare
wavvves
approved these changes
Jul 21, 2023
Thanks for your review, @wavvves! 🙌 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
block: cart
Issues related to the cart block.
block: checkout
Issues related to the checkout block.
focus: FSE
Work related to prepare WooCommerce for FSE.
focus: i18n
The issue/PR is related to internationalization.
focus: template
Related to API powering block template functionality in the Site Editor
type: bug
The issue/PR concerns a confirmed bug.
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.
Fixes #10171
In WooCommerce Blocks 10.6.0, we introduced the Cart and Checkout templates. Initially, we introduced them without the page title. This led to failing e2e tests and confusion as other pages do have a page title. This PR aims to add the page titles to the Cart and Checkout templates.
Screenshots
Testing
User Facing Testing » Verify that page titles are visible
Cart
.Checkout
.Cart
.Checkout
.User Facing Testing » Verify that page titles are translatable
/wp-admin/options-general.php
and switch the language toNederlands
./wp-admin/update-core.php
and fetch the available translations.Winkelwagen
.Afrekenen
.Winkelwagen
.Afrekenen
.WooCommerce Visibility
Changelog