Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Purchase.cart-line-item.line-components.render extension point is not showing up in the customiser

Purchase.cart-line-item.line-components.render extension point is not showing up in the customiser

Bas-code
Shopify Partner
1 0 2

Describe the bug

I am trying to enable a purchase.cart-line-item.line-components.render extension in the customiser after deployment of the extensions. But it keeps saying that the app block is not available. In development mode the extension is working fine. I tested this with a really clean UI extension point.
Other extension points like 'purchase.checkout.cart-line-item' are working fine.

Steps to reproduce the behavior:

  1. Create a new checkout UI extension
  2. Change the extension point in the toml and javascript file of the extension
  3. Run npm run dev to check if the extension is showing in a development checkout.
  4. Run npm run deploy to release a new version of the app
  5. After install it is not possible to enable the extension in the customiser.

Expected behavior

When you can enable a 'purchase.checkout.cart-line-item' it should also be possible to enable 'purchase.cart-line-item.line-components.render' in the customiser.

Screenshots

Screenshot 2023-10-18 at 10.55.11.png

Replies 0 (0)