Hello , I want to ask.
Then a member(employer) buy a subscription, he gets the number of ads that the plan include. And this number will be added in ‘MembersSite’ database in field ‘Ads’. Lets say for: Free plan = 2 Ads Small = 1 ad Medium =2 Ads Large = 4 Ads
How that can be done using Wix Payment?
Subscriptions on a site built on Wix or Wix Studio are handled via the Pricing Plans API.
You can update or insert a row in a collection after a user purchases a subscription plan using the onOrderPurchased() event handler.
Adding or updating a row can be accomplished using the Wix Data API.