Hello,
In my eCommerce store, I sell physical products (with Wix Stores) that can be purchased through 12-month subscriptions. When the subscription renews (with the client’s automatic payment), I need to update my collections. How can I intercept this event in the backend?
From the documentation, I’ve seen methods like wixPricingPlans_onOrderCycleStarted(event)
, but I understand these only work with pricing plans, not physical or digital products.
I considered switching to pricing plans, but I noticed that I can’t collect additional information entered at checkout, as I don’t receive it through methods like wixPricingPlans_onOrderCycleStarted(event)
.
Could you advise on how to handle this?
Thank you!