Solved

Can you implement a free plan in the Shopify app installation process?

EngageOn
Shopify Partner
7 0 1

Hi all, i tried searching the community for an answer but could not find one.

How do i actually implement a free plan in the app install process? Is there a specific way to do it, or you just need to set the subscription charge to 0 ?

Accepted Solution (1)

BStubbs
Shopify Partner
136 16 62

This is an accepted solution.

In my workflow, I just don't create a RecurringApplicationCharge, and in my database, the user is flagged as on the Free plan. (However, this means that you won't be able to charge any UsageCharges against this account unless they change to a different plan, but if you have to charge UsageCharges it isn't really a free plan anyway.)

Was this helpful? Press like!
Did it fix the problem? Mark it as the solution for others!
Buy me a beer? Well, sure!

View solution in original post

Replies 2 (2)

BStubbs
Shopify Partner
136 16 62

This is an accepted solution.

In my workflow, I just don't create a RecurringApplicationCharge, and in my database, the user is flagged as on the Free plan. (However, this means that you won't be able to charge any UsageCharges against this account unless they change to a different plan, but if you have to charge UsageCharges it isn't really a free plan anyway.)

Was this helpful? Press like!
Did it fix the problem? Mark it as the solution for others!
Buy me a beer? Well, sure!
EngageOn
Shopify Partner
7 0 1

@BStubbs that's the solution i used in the end, glad to see it was the correct one. Thanks