Hello,
I’m new to WIX, but I’m really found of it.
Currently I have an external MySQL DB on VPS sever. I have custom php scripts to expose some of functionality I need.
On my store website I want to automate steps after user completed the order.
Steps:
Client complete the order.
Automation send request to external DB, creates entry, returns with information. Basically I need to register user on external DB and set some custom fields in db based on item bought.
Send client an information with login/pass from external db, some information that was generated on external DB side and item name that was bought.
Could you please help me find the best way to do it?