How do i add a icon to this extension to show in the menu?
@karuncodes Жыл бұрын
Thank you for making this tutorial. great info. May I suggest making a video taking this a bit further and show data from 3rd party api within the extension ui!
@Deepscs2 ай бұрын
**Hi, I'm new to development.** I'm trying to get some details about a customer when they visit a specific product page, and I want to store this data for later processing. Additionally, I need to display some dynamic content on the product page. My question is: **How should I approach this?** Should I develop it as a standard Remix app, or should I build it as an extension using Shopify Admin actions?
@stackingcontext2 ай бұрын
You don't need Remix or an Admin Action Extension for what you described, both of those things can be done in a Liquid theme.
@abidiyoussef10877 ай бұрын
what if i want to specify which variant i want in the undle for example i want to add in adidas bundle just shoes white and size 14 and shoes black size 14 not all the variant
@emanmaharana99816 ай бұрын
How to implement the app actions for mobile app ?
@atnghiem51 Жыл бұрын
This is really helpful - Thanks! How can I limit extension user can use? They need upgrade plan to use full?
@stackingcontext Жыл бұрын
Unfortunately I'm not aware of any way to limit the extensions the users can use, I don't see it mentioned anywhere in the docs for Admin Extensions shopify.dev/docs/api/admin-extensions. What might be possible is for you to query your user's plan through the Admin API and depending on which plan they're in show the full functionality of your extension or a message informing them certain features are not available in their selected plan.
@philipbeauford8 ай бұрын
Awesome videos! Can you please make one for the PDP? I'd love to see how you handle building a bundle on a PDP, like maybe with a variant picker or theme app extension?
@stackingcontext8 ай бұрын
Check the one about Cart Transform functions kzbin.info/www/bejne/Y4WbY5iOZ85_n6M There I build bundles dynamically in the theme by using the Cart Transform's merge operation. The same logic I used there can be easily extended to the PDP.
@khanhgia7490 Жыл бұрын
Hi sir, how can I enable the hide 2 items at 30:15 like your? My screen checkout don't have it, only the price of the bundle. Anyway thanks for great video tutorial 😇
@stackingcontext Жыл бұрын
Hello, that's most likely because the productVariantRelationshipBulkUpdate mutation failed. That query is the one that links the Bundled Product to the products that are part of it. Check there's not any typo, you can also find more info in Shopify's tutorial for creating a bundle shopify.dev/docs/apps/selling-strategies/bundles/add-a-fixed-bundle#step-2-associate-components-to-variants and in the documentation for the productVariantRelationshipBulkUpdate mutation here shopify.dev/docs/api/admin-graphql/2023-10/mutations/productvariantsbulkupdate