#itsmetrevis

1 messages · Page 1 of 1 (latest)

marble fjordBOT
junior beacon
#

What do you mean by:
If subscription has 0-1000 active subs
Do you really mean if a particular product has 0-10000 active subscribers?

opal quartz
#

The more subs, the cheaper the subscription for everyone:

0-1000 = $59/m
1001-5000 = $49/m
5001-10000 = $39/m
10001-25000 = $29/m
25001-50000 = $19/m
50,001-100000 = $9/m
100001+ = $5/m

junior beacon
#

Oh

#

You can build this

#

But it won't be automatic

#

LIke you need to keep track of subscriber count and then adjust price for everyone accordingly

opal quartz
#

You can adjust charge price of an already active subscription?

junior beacon
#

yes

opal quartz
#

Is there a mass edit for this. A few clicks and everyone goes from $59 to $49?

junior beacon
#

No

#

You'd need to write a script to do the above

opal quartz
#

This would have to be a daily task as 1000 subs could be charged renewal on any day of the week/month

junior beacon
#

Yeah recommend automating it w/ webhooks

#

If you have webhooks you'll always know your current subscriber count

#

And then can action upon that changing if need be

#

Or schedule it daily