PLEASE HELP … I am very
KINDLY MAKE below mentioned FUNCTIN FOR ME, I WILL BE GRATEFUL TO THE FORUM MEMBER.
I don’t know anything about coding.
The ISSUE is as follows:-
Every Software Company, who sell software to its customer, provides “Product Activation Key” against the software purchase, provides an automated email with Product Activation Key, immediately after the customer pays to the seller.
The Activation Key which released from his inventory database.
This email is always an automated email with two way functionality.
- Provide item activation code immediately after payment is done successfully
- Update seller’s record with buyer’s details along with delivered “Product Activation Key”.
The suggestion provided by WIX TEAM are as follows :-
Support team suggested to me that,
one can achieve this functionality using custom coding:
Steps
1.) CREATE A CONTENT COLLECTION with product keys.
2.) Create a PAYMENT FLOW (e.g. the customer clicks on a button, and pays for the product).
3.) Once the PAYMENT IS SUCCESSFUL, you can UPDATE the keys collection (e.g. have the field availability and set the key value field to ‘purchased’).
4.) SEND AN EMAIL to the user with the key.