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

Relationship between the Commerce blocks and drop-in components out-of-date #178

Open
bohnertchris opened this issue Jan 30, 2025 · 1 comment
Assignees

Comments

@bohnertchris
Copy link
Contributor

Some entries in the table labeled "Relationship between the Commerce blocks and drop-in components" appear out-of-date.

https://experienceleague.adobe.com/developer/commerce/storefront/get-started/storefront-structure/#relationship-between-the-commerce-blocks-and-drop-in-components

blocks/header/searchbar.js is now powered by scripts/widgets/SearchAsYouType.js
blocks/product-details/product-details.js does not reference scripts/dropins/storefront-pdp/containers/ProductDetails.js at all and rather looks like it relies on several libraries to serve different parts of the details.
blocks/commerce-cart/commerce-cart.js does not reference scripts/dropins/storefront-cart/containers/Cart.js at all and rather looks like it relies on several libraries to serve different parts of the cart.
blocks/commerce-checkout/commerce-checkout.js does not reference scripts/dropins/storefront-checkout/containers/Checkout.js at all and rather looks like it relies on several libraries to serve different parts of the checkout process.

I am not a JavaScript expert, so perhaps these are correct and I am reading the code wrong. If so, apologies for the noise.

@jeff-matthews
Copy link
Contributor

Thanks for the report @bohnertchris. I think this was already on our radar as part of Jira ticket USF-1874, but the additional detail that you provided is helpful.

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

No branches or pull requests

3 participants