Hey guys....
I want to implement unlocking features for the application. I understand this is done by using Custom license fields. But what I don't understand is how to unlock the feature if I already pre-populate the serial number. Here is what I'm thinking:1. Customer purchases a plugin to unlock features2. A serial number is sent to them as a general use for the software3. As the user adds more plugins, then my server should send some type of file to activate the feature.
Here is the part I don't understand...what if the user gets a refund or if I want to stop the feature, I change the status of the purchase to 'Unpaid.' The server then sends an update to the server...
I guess what I'm asking is if I want to automate subscriptions and/or features between the order status of my php shopping cart and have that ability to turn off and turn on subscriptions, how is this achieved?