COMDOX-1681: Rewrite product-details merchant page for authors#903
Open
bdenham wants to merge 3 commits into
Open
COMDOX-1681: Rewrite product-details merchant page for authors#903bdenham wants to merge 3 commits into
bdenham wants to merge 3 commits into
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
Adds a shared author-facing page that explains the actual placeholders workflow (DA.live sheet, preview-and-publish on the sheet itself, JSON URL verification, hard refresh). The PDP page now links to it instead of restating wrong instructions inline, and the duplicate inline Section metadata table is replaced by a link to the existing shared guide so the pattern scales to the other block pages. Co-authored-by: Cursor <cursoragent@cursor.com>
The file and its sidebar entry now live exclusively on comdox-1681-authoring-overview (PR #904), which is the canonical home for that content. This eliminates any potential merge conflict when both PRs land on release. Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Summary
Rewrites the
product-detailsmerchant block page from a 72-line stub into a beginner-friendly author guide. The new page explains where the block already lives in the default boilerplate, what shoppers see, when to use it, the common authoring tasks an author can do without code, the correcteddefault-skuconfiguration, and where to hand off to a developer. It serves as the pilot template for the rest of the B2C and B2B merchant block pages tracked by COMDOX-1681.Changes
/products/defaultrather than adding the block from scratch./dropins/product-details/.<Steps>for previewing the template page, featuring a specific product, setting the SKU through page metadata, adjusting section styling, and adding related blocks.default-sku, including the SKU resolution chain inscripts/commerce.jsand theitemUid/optionsUIDsURL parameters consumed by the block.Testing
/dropins/product-details/containers/*,/merchants/blocks/b2b/,/dropins/product-details/).default-skubehavior verified against the live boilerplate (scripts/commerce.jsandblocks/product-details/product-details.jsonhlxsites/aem-boilerplate-commercemain).JIRA
COMDOX-1681
Made with Cursor