Hi,
I was wondering if anyone can help me with recommendations on coding / cart systems to solve my problem?
Here's the current situation. A client of mine sells online training through a supplier of theirs. At the moment, the process is:
Customer comes onto my clients website
Customer completes a form with their details and how many people they want to enrol on the online training
On submit this sends an email to my client
My client then opens another form from the third party online training supplier and inputs the data and this automatically sets up access for my clients customer.
My client then invoices the customer.
What we need to do is remove my clients intervention so, this needs to be the process:
Customer comes onto my clients website
Customer completes a form with their details and how many people they want to enrol on the online training
On submit they are then either directed to, or have the integrated option of paying onsite, through Paypal
On confirmation of payment, my client then receives a copy of the order and payment confirmation, as well as the customer and at the same time, selected fields from the initial form are sent automatically (using a string to mimic the manual form = <form method='post' action='newcustomer-auto-add.php'>) to the third party supplier - their system will then automatically create an account for my clients customer and email them their login details with a copy also going to my client.
Does this make sense? Is this possible?
Any help much appreciated. Any further questions, please let me know.
Many thanks
Regards
Dkenny
I was wondering if anyone can help me with recommendations on coding / cart systems to solve my problem?
Here's the current situation. A client of mine sells online training through a supplier of theirs. At the moment, the process is:
Customer comes onto my clients website
Customer completes a form with their details and how many people they want to enrol on the online training
On submit this sends an email to my client
My client then opens another form from the third party online training supplier and inputs the data and this automatically sets up access for my clients customer.
My client then invoices the customer.
What we need to do is remove my clients intervention so, this needs to be the process:
Customer comes onto my clients website
Customer completes a form with their details and how many people they want to enrol on the online training
On submit they are then either directed to, or have the integrated option of paying onsite, through Paypal
On confirmation of payment, my client then receives a copy of the order and payment confirmation, as well as the customer and at the same time, selected fields from the initial form are sent automatically (using a string to mimic the manual form = <form method='post' action='newcustomer-auto-add.php'>) to the third party supplier - their system will then automatically create an account for my clients customer and email them their login details with a copy also going to my client.
Does this make sense? Is this possible?
Any help much appreciated. Any further questions, please let me know.
Many thanks
Regards
Dkenny