Adding new tutorial to commerce-services#347
Conversation
🔍 Linter ReportClick to expand full reportThis comment was automatically generated by the linter bot. |
There was a problem hiding this comment.
Pull request overview
Adds new Shared Services documentation that walks Adobe Commerce (Luma/RequireJS) developers through instrumenting checkout analytics by publishing the placeOrder storefront event on the checkout success page, plus navigation/linking so the tutorial is discoverable from the Storefront Events docs and site nav.
Changes:
- Introduces a new step-by-step Luma tutorial for publishing
placeOrderon checkout success when cart data is cleared before render. - Adds an “implementation guides” landing page and wires it into Shared Services pages/navigation.
- Cross-links the new tutorial from the Storefront Events overview and the docs nav config.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
src/pages/shared-services/storefront-events/index.md |
Adds a link from Storefront Events overview to the new Luma checkout analytics tutorial. |
src/pages/shared-services/index.md |
Adds a pointer from Shared Services landing page to the new implementation guides section. |
src/pages/shared-services/implementation/tutorial.md |
New tutorial with module structure and code samples to snapshot cart data and publish placeOrder on success. |
src/pages/shared-services/implementation/index.md |
New landing page that lists storefront implementation guides. |
src/pages/config.md |
Adds the new implementation guide pages to the documentation navigation tree. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
🔍 Linter ReportClick to expand full reportThis comment was automatically generated by the linter bot. |
🔍 Linter ReportClick to expand full reportThis comment was automatically generated by the linter bot. |
🔍 Linter ReportClick to expand full reportThis comment was automatically generated by the linter bot. |
🔍 Linter ReportClick to expand full reportThis comment was automatically generated by the linter bot. |
🔍 Linter ReportClick to expand full reportThis comment was automatically generated by the linter bot. |
🔍 Linter ReportClick to expand full reportThis comment was automatically generated by the linter bot. |
Co-authored-by: Margaret Eker <meker@adobe.com>
🔍 Linter ReportClick to expand full reportThis comment was automatically generated by the linter bot. |
Purpose of this pull request
This pull request adds documentation for implementing checkout analytics on Luma-based Adobe Commerce storefronts. It introduces a new implementation guide that shows developers how to publish the
placeOrderstorefront event on the checkout success page when cart data is cleared before the page renders.Affected pages
whatsnew
Added Instrument checkout analytics for a Luma storefront — a step-by-step guide for publishing the
placeOrderevent on checkout success when cart data is unavailable after order placement.