While the Bundles UI extension is in developer preview, you wonât be able to deploy the extension. Keep an eye on the documentation to know when deployment becomes available. I updated the documentation to make this more clear.
Is there something I am missing? Why does the documentation say to deploy it first, and why wouldnât this be allowed to be deployed if all the partner dev stores come with the Bundles UI extension developer preview enabled? Just curious if any documentation can be updated to match the output shown in some of the examples? It is hard to truly begin building in this extension if I canât properly test the initial setup. Any help would be appreciated, thank you!
This is such a massive change to how product data is going to be handled across the platform, I honestly wouldnât be surprised if it gets pushed back a quarter. Remember when online store 2.0 got delayed a whole yearâŚbut they rolled it out with 0 breaking changes. Worth the wait for sure
Just wanted to ask if this is considered a bug or is this expected? If it was expected, then why have the docs have the tutorial? Is there currently the UI portion of this tutorial available to view in Github or something like that?
I saw that already, and even before they updated the docs I already had the .toml file updated with the config needed for this. However no matter what I change, on any file, when I run dev locally, the extension point never renders, and always gives me the âunsupported extension pointâ error. With no further logging to reference.
Either I am not running my app / extension correctly in dev, or I have some piece of the extension incorrectly configured, or this is just a flat out bug. If it is just a bug, then, in all honesty, the tutorial needs to be removed or modified more to explain what is happening. What is the point of a dev preview if the preview doesnât actually work due to a bug? That is why I was asking if this is a bug or not, so I can investigate further and continue debugging/dev. I Would like a resolution (or at least more detailed information) sooner than later so dev work can be finished around the time of the full release.
We are in the same boat - tbh I havenât had a chance to try with the updated docs. Support told me they also updated the codegen so was going to look into that
Tbh, if you look at the extension point used in the default bundles app, it just opens up a modal in App Bridge. My team decided to just ignore the UI extension requirement and build an interface in the traditional embedded UI w/Polaris - we will adapt our logic whenever this is ready for production
With the 23 summer edition announcement we see that the admin.product-details.configuration.render extension point is available, however I still donât see what this extension point renders within the admin product details page? Is this supposed to be used within the app page to create a product configurator? If so, why does the extension link, link to the products page within the admin, and why does it not render anything? Isnât this supposed to render something on the admin product details page? If so what is it supposed to render? I donât see any of my tests rendering anything on the admin product details page unless I change it to use the admin.product-details.block.render extension point. I guess I am a bit confused on what the admin.product-details.configuration.render actually is targeting.
Im excited for the new things being released and excited to work with these extension points for the shopify admin, but just failing to understand if some of these things are bugs, or if I am misusing these extension points. The docs donât specify much for the admin product extension points outside of the subscription app examples. Any insights would be greatly appreciated.
You can see the âadmin.product-details.block.renderâ thats alot more then we can see. Have the same problem with the âadmin.product-details.configuration.renderâ it just wont display.
@lizk Honestly is there any update on this? Or at least going to be? I see the docs updated, and saw the PRâs in the Shopify extension-templates github last month. However the admin.product-details.configuration.render still does absolutely nothing. So im trying to do a work around, and that is fine, but I donât want updates to this extension point or the admin.product-details.block.render extension point to break my workaround. Are you guys favoring your fixed bundle app over letting us build a customized bundle configurator UI? Is there just no demand for this extension point?
Im just so confused at this point. We have the promise of customized bundles, somewhat, and the cart transform function works fine, but the customized bundle concept isnât THAT different from just creating a fixed bundle. But that is irrelevant to this issue I suppse. As a dev, I am feeling held back a bit, if these extension points are not ready, then why even release the dev docs? I am now creating solutions with one arm behind my back when trying to build a UI for my clients to ensure they can configure customized bundles more effectively. Im not trying to pressure any devs or trying to claim you guys at Shopify are doing a poor job or to sound ungrateful for all of these latest updates, I am just trying to better understand so I have a clear concise explanation to my team, and can know if my work arounds / alternative options for these extension points will last as I continue to build on them. Any info would be helpful. I appreciate it.
Thanks for the ping. You should be able to use the admin.product-details.configuration.render extension point. I just tested it myself, and was able to get the extension point to render in the Shopify Admin.
Something that is different about this extension point it that the extension will only render if the app that is associated with the extension, is also the âownerâ of the product. In this case that means has also created the associated bundle. I know this is not clear in the documentation so I will look into getting this updated ASAP.