No content to show
User Activity
You can try using dangerouslySetInnerHTML from React: <div dangerouslySetInnerHTML={product.descriptionHtml} /> I am not sure if you can use "div" inside the post purchase extension. If not, you can also try to use a Box component with the same da...
Hello! I have a Shopify App that other merchants can install to integrate with my software. I also have a theme-extension as part of this app, that renders my own web application embedded on Shopify (as an iframe). This theme-extension checks for an ...
07-08-2022
I am using the ResourcePicker (from "@shopify/app-bridge-react") inside my app to allow my customer to select products from their store. The problem is that I want to restrict the user to select only 1 product or variant, but I can't find an option f...
Hi there! I have an existing (approved) app but it's not an embedded one. Now I want to update it with some major changes. App URLs are changing and I am also enabling the embedded option. How would be the approval process for this? Is it like submit...