-
Notifications
You must be signed in to change notification settings - Fork 33
Description
Some entries in the table labeled "Relationship between the Commerce blocks and drop-in components" appear out-of-date.
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.