Product Subscriptions

First and foremost, really happy to see the ability to add product subscriptions added this week. Great job Wix!

Question on that if anybody can shed some light, how does the product subscription tie to each product? I see that each product has to have a subscription enabled on the product page, but I don’t see any reference to subscription objects like price, frequency (weekly, monthly) in the Product Collection.

Also, no formal API where you can programmatically add/remove subscription.

My individual product page is customized and I don’t use the default product page from Wix so I am trying to customize the subscription.

Anyone? I’ve gone through the Product Item details and there’s no reference to subscriptions, but yet there’s Product Subscription on that that individual product’s page. Where’s the link?

Anybody?

The Wix Store is a App, which do not like to be modified.
You better create your own shop from scratch. :wink:

That’s not at all what I am trying to do.

I’m trying to programmatically add to cart a subscription item, much like is done via the standard products page.

Is there a subscription API? I couldn’t find any in the documentation.

I’m also looking for this functionality if anyone has come across a way to do this in the docs or otherwise.

Devs please help us out here. Can we access the new product subscription features programmatically? Any API?

Even if we don’t change the core functionality like frequency, etc. Just need to present the options on my dynamic product page.

All available Wix-Sores-APIs here…
https://www.wix.com/corvid/reference/wix-storage#top

…and here…
https://www.wix.com/corvid/reference/wix-stores-backend#top

Good luck :grin:

@russian-dima Right, but there’s no mention of product subscription handling. Thanks

@ricardo99138
Then there is perhaps simply no given options for this.
You are using an app and as i already mentioned…

The Wix Store is an App, which do not like to be modified.

Not just the WixStore-App do not like to be modified. Allmost all the apps which you may use, have barriers and boundaries.

But do not give up, perhaps there are also alternative ways and solutions.

Hi All!
I’m still new to Corvid and datasets, but hoping someone can shed some light on this.

Does the Subscriptions App have a default database collection? I found one for PaidPlans/Plans, but this is not what i am looking for. I am looking for a list of all users with their assigned subscriptions/plans. I am trying to filter a dataset by each user’s assigned plan.

Theoretically, the way i envision this working is i would have a list of all user IDs and their plans in a dataset1. I would use this list to filter the PaidPlans list in my dataset2. I would then use the filtered dataset2 to filter my Products repeater collection dataset3 by the PricingPlanName field from dataset2 and a Ribbons field in dataset3. I will use Ribbons field in Product dataset3 to tag each product with their respective PaidPlan so users can see specific products to their plan.

I’ve seen some posts which populate custom collections once a user purchases a paid plan, but the way i am setting up my site is different. I will not have users physically purchasing a plan on the site. Instead, i will have my sales rep “add” a plan to the user’s account via the Ascend dashboard, which will not trigger event code on the website for custom collection to be populated. I need to find another way to build this custom database without user input. Thus, i was looking for the existing database generated by the Subscriptions app.
If anyone has any suggestions, I would love some!

Thank you in advance!

I was really hoping there was going to be answer at the bottom of this thread! I’ve got the same problem. I want to add a product subscription to my cart programmatically, but it doesn’t work.