FerdieQO
Well-known member
- Joined
- Jul 15, 2016
- Messages
- 213
- Points
- 28
Hello,
Just curious on how did you setup the order page on your hosting sites?
Here is my way: My order form where users can enter their domain names and selecting hosting plans in next steps. After the user submitted their info into my MySQL database. I get the unique row ID from that insert and will pass that on to 2checkout
After the page will auto redirect the user to 2checkout. User enter their stuff and after payment is done they are transferred back to my site (thank you page). They pass on the unique row ID - which gives me the domain name from my new users table. But I am confusing how to make notifications when a new user is submitted in order page?
Just curious on how did you setup the order page on your hosting sites?
Here is my way: My order form where users can enter their domain names and selecting hosting plans in next steps. After the user submitted their info into my MySQL database. I get the unique row ID from that insert and will pass that on to 2checkout
After the page will auto redirect the user to 2checkout. User enter their stuff and after payment is done they are transferred back to my site (thank you page). They pass on the unique row ID - which gives me the domain name from my new users table. But I am confusing how to make notifications when a new user is submitted in order page?