Markus_Tripp
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎07-05-2022 06:59 AM
Topic Started
1
Topics Started
Topic Solutions
0
Solutions
Post Count
5
Posts
Post Kudos
2
Likes

Bio: I'm a software developer using JavaScript, Next.js, React, Tailwind CSS, Liquid. Since 2015 I'm Shopify partner.

Community Badges

No content to show

User Activity

I changed my implementation to offer different price plans (basic, advanced, pro, ...). For my use case, it was far away from perfect, but I passed the review process.
My app goes through the standard OAuth and billing flow during installation and creates an AppSubscription, including a recurring billing ($9 every 30 days) and a usage billing charge ($50 capped). If the user accepts, I use the returned subscription...
Or for those using Hooks: import React, { useContext } from 'react'; import { AppBridgeContext } from '@shopify/app-bridge-react/context'; import { Redirect } from '@shopify/app-bridge/actions'; export default (props) => { const polaris = useConte...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Helpful From