eCommerce advanced feature

Im creating an eCommerce website using “Paid Plans” from Wix App Market. We sell organic products in a monthly subscription package in which user can select their subscription models based on weight. For example, If I choose the basic model, I can buy only 5kgs worth organic product. After that if I want to add more products, I need to pay extra charges for any amount of weight exceeding 5kgs.
The cart should be somehow connected to the subscription package the user has selected.

So I want to know if there is a way in Wix where user can be alerted when the products in their cart exceeds the 5kg limit (or whichever subscription model they chose) or if there is a work around this using code or some other form app.

Thank you

1 Like

You’ll need to get creative.

From what I see, you could use .getPricingPlan() to get the name of the Paid Plan they are subscribed to and then probably use .getCurrentCart() to achieve your goal.

Again, I have not tested this so I do not know if this will work or not.

Is there anyone that have found a solution for this?

Can be custom coded using Wix Velo.

1 Like

i solved it with permissions and roles. Thanks mate i will take a look at Wix velo for future use

I do something like that for tickets but with a very complexe solution.
I don’t sell product but only tickets in advance. After that I manage the tickets. But I have ne delivery to manage. (it’s for coaching hours).

Good luck